Skip to content

Commit 7dae230

Browse files
committed
Use simpler gofmt invocation
1 parent 8cf8a8d commit 7dae230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all:
33

44
.PHONY: fmt
55
fmt:
6-
find . -name '*.go' -type f -print | xargs gofmt -s -w
6+
gofmt -s -w .
77

88
.PHONY: test tests
99
test tests:

0 commit comments

Comments
 (0)