Fix incorrect method of simplifying directory headers

This commit is contained in:
2024-01-30 22:06:46 -05:00
parent 4ccae3e5a8
commit 0b9d854a90
+1
View File
@@ -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