aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/tools.go')
-rw-r--r--worker/tools.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/worker/tools.go b/worker/tools.go
new file mode 100644
index 0000000..41172d6
--- /dev/null
+++ b/worker/tools.go
@@ -0,0 +1,7 @@
+//go:build tools
+
+package tools
+
+import (
+ _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
+)