Make it easier to use gofmt
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good

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

View File

@ -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