Add errcheck and fix unchecked errors

This commit is contained in:
Adrian Macneil 2015-11-27 14:27:44 -08:00
parent 913234a60d
commit c6aba53e51
7 changed files with 40 additions and 13 deletions

View file

@ -8,6 +8,7 @@ build:
lint:
$(DOCKER) golint ./...
$(DOCKER) go vet ./...
$(DOCKER) errcheck ./...
test:
$(DOCKER) go test ./...