From 5f31e548a711268a21077a5865fc2a0473fe56a0 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sun, 14 Dec 2014 18:42:38 -0800 Subject: [PATCH] Lint in make test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6d0826..065ae1d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,6 @@ run: $(BINARY) $(KEY) debug: $(BINARY) $(KEY) ./$(BINARY) --pprof 6060 -i $(KEY) --bind ":$(PORT)" -vv - test: - go test . \ No newline at end of file + go test . + golint