We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d1f01 commit e779d9bCopy full SHA for e779d9b
CONTRIBUTING.md
@@ -109,7 +109,7 @@ by setting [`formatting.gofumpt`](https://github.com/golang/tools/blob/master/go
109
To run gofumpt from your terminal go:
110
111
```
112
-go install mvdan.cc/gofumpt@latest && make format
+go install mvdan.cc/gofumpt@latest && git ls-files '*.go' ':!vendor' | xargs gofumpt -l -w
113
114
115
## Programming Font
0 commit comments