learned that go tool vet is not the same as to vet for params

pull/1372/head
Cory LaNou 2015-01-26 10:02:57 -07:00
parent 494bac7f9e
commit 5b7ec48b00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install:
- go get -d -v ./... && go build -v ./...
- go get -u golang.org/x/tools/cmd/vet;
script: go test -v ./...; go tool vet ./...
script: go test -v ./...; go tool vet .
notifications:
email: