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 aeb2413 commit 174e65eCopy full SHA for 174e65e
Makefile
@@ -27,6 +27,7 @@ clean:
27
28
format: mod-tidy
29
go fmt ./...
30
+ gofmt -s -w $(GO_FILES)
31
32
golines:
33
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .
0 commit comments