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.go')
-rw-r--r--tools.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools.go b/tools.go
new file mode 100644
index 00000000..902fac80
--- /dev/null
+++ b/tools.go
@@ -0,0 +1,10 @@
+//+build tools
+
+package main
+
+import (
+ _ "github.com/fzipp/gocyclo"
+ _ "github.com/wadey/gocovmerge"
+ _ "golang.org/x/lint/golint"
+ _ "golang.org/x/tools/cmd/goimports"
+)