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 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index 89ec29de..f9e1b047 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -4,9 +4,7 @@ all: gitlab-pages
setup: clean .GOPATH/.ok
go get golang.org/x/tools/cmd/goimports
- # Workaround for broken 'go get golang.org/x/lint' due to Google hosting problems
- git clone --quiet https://github.com/golang/lint $(GOPATH)/src/golang.org/x/lint
- go install golang.org/x/lint/golint
+ go get golang.org/x/lint/golint
go get golang.org/x/tools/cmd/goimports
go get github.com/wadey/gocovmerge
go get github.com/fzipp/gocyclo