Lint in make test

This commit is contained in:
Andrey Petrov 2014-12-14 18:42:38 -08:00
parent 9a00714632
commit 5f31e548a7

View File

@ -27,6 +27,6 @@ run: $(BINARY) $(KEY)
debug: $(BINARY) $(KEY)
./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv
test:
go test .
go test .
golint