Fix incorrect method of simplifying directory headers

This commit is contained in:
2024-01-30 22:06:46 -05:00
parent 00ec6417af
commit 2012e332f3
2 changed files with 25 additions and 29 deletions
+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