Enable all `go vet` warnings.

This commit is contained in:
Trevor Pounds 2016-02-17 13:29:51 -08:00
parent 21c8814390
commit ebe5346e8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
VETARGS?=-asmdecl -atomic -bool -buildtags -composites -copylocks -methods -nilfunc -printf -rangeloops -shift -structtags -unreachable -unsafeptr -unusedresult
VETARGS?=-all
default: test