From 593c918a3fd8d7ef7f6f7bc11d0647fcae05cb1e Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Fri, 15 Mar 2024 16:38:32 +0100 Subject: [PATCH] add utils in make fmt Signed-off-by: Matthias Gatto --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index f7a71a096..82c655679 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -39,6 +39,7 @@ test-others: fmtcheck test-gen-cert .PHONY: fmt fmt: + gofmt -s -w ./utils/ gofmt -s -w ./main.go gofmt -s -w ./$(PKG_NAME)