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'