git » gofer » commit 67c5265

make: Add make fmt to auto-format

author Alberto Bertogli
2026-05-22 09:27:26 UTC
committer Alberto Bertogli
2026-06-14 23:25:13 UTC
parent 0469c296f575123599320ebfddfb46f3e373e678

make: Add make fmt to auto-format

Makefile +3 -0

diff --git a/Makefile b/Makefile
index 84bd0ea..7dd7511 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ vet: config/gofer.yaml etc/gofer.yaml test/01-be.yaml test/01-fe.yaml
 	go vet ./...
 	cue vet config/gofer.schema.cue $^
 
+fmt:
+	go fmt ./...
+
 test: vet
 	go test ./...
 	setsid -w ./test/test.sh