add tools.go

This commit is contained in:
A.Unger
2020-03-09 14:39:26 +01:00
parent eb671775b0
commit 37edb13e98

10
tools.go Normal file
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"
)