diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-06-12 09:32:29 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-06-12 09:32:29 -0600 |
commit | 8eaea4c150978054b01336c759357e20f7cfbf97 (patch) | |
tree | 3fd706157075ed3a0f5fd857978dc03fc1191215 | |
parent | Add Windows support. (diff) | |
download | dedo-8eaea4c150978054b01336c759357e20f7cfbf97.tar.gz dedo-8eaea4c150978054b01336c759357e20f7cfbf97.tar.xz |
Remove errcheck.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |