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