add vet to test

This commit is contained in:
Kevin Schoon 2018-01-26 23:34:21 +08:00
parent 55f2a85378
commit af18268be6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ bindata.go:
test:
go test ./...
go vet ./...
release: bindata.go
@echo mkdir bin 2>/dev/null || true