diff --git a/Makefile b/Makefile index 5d3c55a..30cbc07 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,10 @@ clean: rm -f gilo rm -f coverage.out +format: + go fmt ./... + gilo: go build -.PHONY: test clean \ No newline at end of file +.PHONY: test clean format \ No newline at end of file