From 174e65e65476909944e2bb18114ef6c7fdf47be8 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 19 Dec 2024 19:32:30 -0500 Subject: [PATCH] build: add gofmt to format make target (#291) Signed-off-by: Chris Gianelloni --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d55cce2..dff9fc2 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ clean: format: mod-tidy go fmt ./... + gofmt -s -w $(GO_FILES) golines: golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .