Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.travis.yml: use go vet instead of go tool vet
As of Go 1.12, go tool vet is no longer supported¹. Start using the go vet command instead. ¹ https://golang.org/doc/go1.12#vet
- Loading branch information