From ac93b1bb79e101f6644970eb7e024cbebfcfe156 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 19 Dec 2024 19:38:08 -0500 Subject: [PATCH] build: add gofmt to format make target (#322) Signed-off-by: Chris Gianelloni --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 90f758a..01f00e6 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 .