File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,16 @@ install:
3232 godep go install -v .
3333
3434setup-root-gotools :
35- sudo GOPATH=/tmp/tmpGOPATH go get -u -v code.google.com/p/go. tools/cmd/cover
36- sudo GOPATH=/tmp/tmpGOPATH go get -u -v code.google.com/p/go. tools/cmd/vet
35+ sudo GOPATH=/tmp/tmpGOPATH go get -u -v golang.org/x/ tools/cmd/cover
36+ sudo GOPATH=/tmp/tmpGOPATH go get -u -v golang.org/x/ tools/cmd/vet
3737 sudo rm -rf /tmp/tmpGOPATH
3838
3939setup-gotools :
40- go get -v github.com/golang/lint/golint
40+ go get -u github.com/golang/lint/golint
41+ go get -u golang.org/x/tools/cmd/cover
42+ go get -u golang.org/x/tools/cmd/vet
4143
42- test : test-style test-unit test-functional
44+ test : test-style test-unit
4345
4446test-style :
4547# display output, then check
Original file line number Diff line number Diff line change 11// Package utils contains commonly useful functions from Deisctl
2-
32package utils
43
54import (
You can’t perform that action at this time.
0 commit comments