Closed trotro closed 4 years ago
make vet fails because go tool vet is not supported.
make vet
go tool vet
$ make vet vet: invoking "go tool vet" directly is unsupported; use "go vet" Makefile:28: recipe for target 'vet' failed make: *** [vet] Error 1
go vet is included in binary Go distributions.
go vet
Thank you @trotro there was a still a slight issue which I fixed in PR #156. I kept your commit to give you credit.
make vet
fails becausego tool vet
is not supported.go vet
is included in binary Go distributions.