add tools.go

This commit is contained in:
A.Unger committed 2020-03-09 14:39:26 +01:00
1 parent eb671775b0
commit 37edb13e98
1 file changed
+10
+10
View File
@@ -0,0 +1,10 @@
// +build tools
package main
import (
_ "github.com/haya14busa/goverage"
_ "github.com/restic/calens"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)