Instruct ``gofmt`` to simplify output.

pull/1/merge
Matt T. Proud 13 years ago
parent 044a5b4e14
commit 43aeba2699
  1. 2
      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'

Loading…
Cancel
Save