From 6c3206788a8dd8902b8aaaf30df5c9b77b6db51c Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Mon, 8 Jun 2026 16:43:31 -0700 Subject: [PATCH] add format command for go --- go/Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go/Taskfile.yml b/go/Taskfile.yml index 08fc5e6..0c37f3a 100644 --- a/go/Taskfile.yml +++ b/go/Taskfile.yml @@ -11,6 +11,11 @@ tasks: - task: genproto - go generate ./... + format: + desc: Format go files + cmds: + - go fmt ./... + genproto: desc: Generate Go code from .proto files via docker vars: