use golangci linters

This commit is contained in:
A.Unger
2020-05-22 09:12:08 +02:00
parent ea49cedac4
commit 917839a6db
4 changed files with 40 additions and 6 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import (
_ "github.com/mitchellh/gox"
_ "github.com/restic/calens"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
// _ "honnef.co/go/tools/cmd/staticcheck"
)