aboutsummaryrefslogtreecommitdiff
path: root/tools/tools.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/tools.go9
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"
-)