chore(go): run betteralign and gofumpt on codebase

This commit is contained in:
Gabe Kangas
2023-10-08 14:22:28 -07:00
parent a31179b604
commit 8e79e2acfa
18 changed files with 73 additions and 61 deletions

View File

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