Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/main.go')
-rw-r--r--tools/main.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/main.go b/tools/main.go
new file mode 100644
index 00000000..9dcd8684
--- /dev/null
+++ b/tools/main.go
@@ -0,0 +1,10 @@
+//+build tools
+
+package main
+
+import (
+ _ "github.com/golang/mock/mockgen"
+ _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
+ _ "gotest.tools/gotestsum"
+)
+