mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use github golang tools mirror
Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
parent
ee82cc7254
commit
1a52238be9
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue