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