From 43aeba269965cbb78e648015c84547dae705dce5 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Thu, 29 Nov 2012 20:42:32 +0100 Subject: [PATCH] Instruct ``gofmt`` to simplify output. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4f34c631..2af3dd6a6 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: -find . -type f -iname '.#*' -exec rm '{}' ';' format: - find . -iname '*.go' | grep -v generated | xargs -n1 gofmt -w + find . -iname '*.go' | grep -v generated | xargs -n1 gofmt -w -s=true search_index: godoc -index -write_index -index_files='search_index'