Some linter cleanup

This commit is contained in:
Gabe Kangas
2021-10-25 00:31:45 -07:00
parent 3f4176d8d6
commit bdce2e13bf
9 changed files with 48 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ const pingInterval = 4 * time.Minute
var getStatus func() models.Status
var _inErrorState = false
//YP is a service for handling listing in the Owncast directory.
// YP is a service for handling listing in the Owncast directory.
type YP struct {
timer *time.Ticker
}