feat(ci): add a bunch more linters
This commit is contained in:
@@ -10,5 +10,7 @@ import (
|
||||
var version string
|
||||
var Version = strings.TrimSpace(version)
|
||||
|
||||
const Name = "gonic"
|
||||
const NameUpper = "GONIC"
|
||||
const (
|
||||
Name = "gonic"
|
||||
NameUpper = "GONIC"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user