diff options
Diffstat (limited to 'tools/tools.go')
| -rw-r--r-- | tools/tools.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/tools.go b/tools/tools.go deleted file mode 100644 index 437b62d..0000000 --- a/tools/tools.go +++ /dev/null @@ -1,9 +0,0 @@ -//go:build tools -// +build tools - -package tools - -import ( - _ "github.com/mgechev/revive" - _ "honnef.co/go/tools/cmd/staticcheck" -) |