diff options
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools.go b/tools.go new file mode 100644 index 0000000..d2af1bd --- /dev/null +++ b/tools.go @@ -0,0 +1,8 @@ +// +build tools + +package main + +import ( + _ "github.com/golang/lint/golint" + _ "honnef.co/go/tools/cmd/staticcheck" +) |