diff options
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools.go b/tools.go new file mode 100644 index 00000000..e59cfdda --- /dev/null +++ b/tools.go @@ -0,0 +1,5 @@ +//go:build tools + +package main + +import _ "github.com/golangci/golangci-lint/cmd/golangci-lint" |