5 lines
58 B
Makefile
5 lines
58 B
Makefile
.PHONY: format
|
|
|
|
format:
|
|
gofmt -w $$(git ls-files '*.go')
|
.PHONY: format
|
|
|
|
format:
|
|
gofmt -w $$(git ls-files '*.go')
|