From 82137d92de585040221014aa9d017b6fe02f3cfc Mon Sep 17 00:00:00 2001 From: Chun Chen Date: Wed, 1 Jul 2015 12:57:39 +0800 Subject: [PATCH] Use github golang tools mirror Signed-off-by: Chun Chen --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f5b1169..deb510c 100644 --- a/Makefile +++ b/Makefile @@ -61,11 +61,12 @@ check-local: check-format check-code run-tests install-deps: apt-get update && apt-get -y install iptables + git clone https://github.com/golang/tools /go/src/golang.org/x/tools + go install golang.org/x/tools/cmd/vet + go install golang.org/x/tools/cmd/goimports + go install golang.org/x/tools/cmd/cover go get github.com/tools/godep go get github.com/golang/lint/golint - go get golang.org/x/tools/cmd/vet - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cmd/cover go get github.com/mattn/goveralls coveralls: