9 lines
114 B
Makefile
Raw Permalink 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
test:
go test -v ./...
.PHONY: format test