2020-02-10 17:09:09 +00:00

6 lines
84 B
Makefile

format:
gofmt -w -s internal/*.go internal/provider/*.go cmd/*.go
.PHONY: format