1
0

Make it easier to use gofmt

This commit is contained in:
Timothy Warren 2021-04-01 16:19:16 -04:00
parent 41d1aa6553
commit 818b8cf6bf

@ -11,7 +11,10 @@ clean:
rm -f gilo
rm -f coverage.out
format:
go fmt ./...
gilo:
go build
.PHONY: test clean
.PHONY: test clean format