learned that go tool vet is not the same as to vet for params
parent
494bac7f9e
commit
5b7ec48b00
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue