Explorar o código

Run 'go vet' instead of 'go tool vet' in Travis

Gary Burd %!s(int64=9) %!d(string=hai) anos
pai
achega
0b8990dd8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,5 +17,5 @@ install:
 script:
   - go get -t -v ./...
   - diff -u <(echo -n) <(gofmt -d .)
-  - go tool vet .
+  - go vet .
   - go test -v -race ./...