2019-01-30 16:52:47 +00:00

6 lines
57 B
Makefile

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