build: fix comments after golangci-lint upgrade

This commit is contained in:
Nick Craig-Wood
2024-11-11 17:54:59 +00:00
parent 1072173d58
commit 1317fdb9b8
3 changed files with 26 additions and 12 deletions

View File

@@ -66,7 +66,8 @@ func quotePath(path string) string {
return escapePath(path, true)
}
var Colors bool // Colors controls whether terminal colors are enabled
// Colors controls whether terminal colors are enabled
var Colors bool
// Color handles terminal colors for bisync
func Color(style string, s string) string {