6 lines
84 B
Makefile
Raw Normal View History

2019-01-22 12:40:14 +00:00
format:
gofmt -w -s internal/*.go internal/provider/*.go cmd/*.go
2019-01-22 12:40:14 +00:00
.PHONY: format