From 23adbe3460111187b64c595c5a66ecf642f9e25d Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Mon, 7 Oct 2024 20:20:25 +0200 Subject: [PATCH] setup(make): add gofmt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8afc42a..80a28d1 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ lint-fix: lint-all: @revive ./... + @gofmt -w -s ./... lint-gofmt-fix: @find -name "*.go" -exec gofmt -w -s {} \;