1
0
Fork 0

Make it easier to use gofmt
timw4mail/gilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-04-01 16:19:16 -04:00
parent 41d1aa6553
commit 818b8cf6bf
1 changed files with 4 additions and 1 deletions

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