aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools.go b/tools.go
deleted file mode 100644
index 8b4b3ae..0000000
--- a/tools.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build tools
-
-//go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit ./...
-
-package tools
-
-import (
- _ "honnef.co/go/tools/cmd/staticcheck"
-)