6 lines
57 B
Makefile
6 lines
57 B
Makefile
|
|
format:
|
|
gofmt -w -s *.go provider/*.go
|
|
|
|
.PHONY: format
|