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