mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 17:55:46 +02:00
build: fix comments after golangci-lint upgrade
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user