From 0b9d854a90c97f831f166f0217ce7b299cf64341 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 30 Jan 2024 22:06:46 -0500 Subject: [PATCH] Fix incorrect method of simplifying directory headers --- commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/commit.sh b/commit.sh index 9f50fa9..751a82e 100755 --- a/commit.sh +++ b/commit.sh @@ -1,4 +1,5 @@ #!/bin/sh +gofmt -l -w -s ./src/*.go git add -f extra src/*.go src/*.mod .gitignore commit.sh LICENSE README.md git commit -m "$1" git push