0
0
Fork 0

fix go get vet path

This commit is contained in:
Marty Schoch 2014-12-29 09:25:36 -08:00
parent 7575000070
commit af13ad51be
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ go:
- 1.4
script:
- go get code.google.com/p/go.tools/cmd/vet
- go get golang.org/x/tools/cmd/vet
- go test -v ./...
- go vet ./...