Remove errcheck.

master
Ben Johnson 2014-06-12 09:32:29 -06:00
parent 1c97a490dd
commit 8eaea4c150
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ build: get
@mkdir -p bin
@go build -ldflags=$(GOLDFLAGS) -a -o bin/bolt ./cmd/bolt
test: fmt errcheck
test: fmt
@go get github.com/stretchr/testify/assert
@echo "=== TESTS ==="
@go test -v -cover -test.run=$(TEST)