From f26bd7f7f73119151769c798253285560a6f0ed5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 9 May 2017 15:13:50 +0800 Subject: [PATCH] update makefile Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a66f1a..b4195a7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all: build .PHONY: fmt-check fmt-check: - # get all go files and run go fmt on them + # get all go files and run go fmt on them @diff=$$($(GOFMT) -d $(GOFILES)); \ if [ -n "$$diff" ]; then \ echo "Please run 'make fmt' and commit the result:"; \