2019-04-18 16:37:41 +01:00

6 lines
57 B
Makefile

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