From 650dff73bdd48058ec0186cbda90683ff2287df0 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 1 Apr 2013 18:50:25 -0300 Subject: [PATCH] makefile: simplify "fmt" target, and include -s flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a9719078e..4a3e6567ff 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ test: all @(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS)) fmt: - @find . -name "*.go" -exec gofmt -l -w {} \; + @gofmt -s -l -w .