From 818b8cf6bf965a9ef1d33dd8a8555aa66b7dac2a Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 1 Apr 2021 16:19:16 -0400 Subject: [PATCH] Make it easier to use gofmt --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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