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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-30 18:13:51 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-30 18:13:51 +0300
commit19fe8fe2b753ece3cc53ebfbe49444ec29c38643 (patch)
treea88c297fcdd173795a56d5b62d2c67514cf20866 /tools.go
parent70390bb9c2f5b789fa4aed25a69004866cee6f0a (diff)
Remove goimports
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools.go b/tools.go
index 54336cb9..74a8ab09 100644
--- a/tools.go
+++ b/tools.go
@@ -9,5 +9,4 @@ import (
_ "github.com/golang/mock/mockgen"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/jstemmer/go-junit-report"
- _ "golang.org/x/tools/cmd/goimports"
)