From 13af0a97b539f34e4f9654adb92e8bae9f5b5f2e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 8 Aug 2024 19:16:26 -0400 Subject: [PATCH] Add gofmt targets --- commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/commit.sh b/commit.sh index 8d7c559..d781272 100755 --- a/commit.sh +++ b/commit.sh @@ -1,3 +1,4 @@ #!/bin/sh +gofmt -l -w -s ./core/*.go ./sync/*.go ./libmuttonserver.go git commit -am "$1" git push