Makefile: make go vet break the build

This commit is contained in:
Paul Hinze 2015-05-30 12:52:24 -05:00
parent 1a312b5de9
commit be2ec7a61a
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ vet:
echo ""; \
echo "Vet found suspicious constructs. Please check the reported constructs"; \
echo "and fix them if necessary before submitting the code for review."; \
exit 1; \
fi
# generate runs `go generate` to build the dynamically generated