We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf8a8d commit 7dae230Copy full SHA for 7dae230
1 file changed
Makefile
@@ -3,7 +3,7 @@ all:
3
4
.PHONY: fmt
5
fmt:
6
- find . -name '*.go' -type f -print | xargs gofmt -s -w
+ gofmt -s -w .
7
8
.PHONY: test tests
9
test tests:
0 commit comments