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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tools/tools.go')
-rw-r--r--internal/tools/tools.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/tools/tools.go b/internal/tools/tools.go
deleted file mode 100644
index f8257cb7a..000000000
--- a/internal/tools/tools.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build tools
-
-package main
-
-import (
- _ "github.com/kardianos/govendor"
- _ "github.com/wadey/gocovmerge"
- _ "golang.org/x/lint/golint"
- _ "golang.org/x/tools/cmd/goimports"
- _ "honnef.co/go/tools/cmd/staticcheck"
-)