github.com/go-chrono/chrono@v0.0.0-20240102183611-532f0d0d7c34/.golangci.toml (about) 1 [linters] 2 disable-all = true 3 enable = [ 4 "govet", 5 "staticcheck", 6 "revive" 7 ] 8 9 [issues] 10 exclude-use-default = false