Split into separate packages

This commit is contained in:
2024-02-26 16:58:39 -05:00
parent b26a29dd3d
commit e61beb3f94
13 changed files with 78 additions and 59 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
#!/bin/sh
gofmt -l -w -s ./src/*.go
git add -f extra src/*.go src/*.mod .gitignore commit.sh LICENSE README.md
gofmt -l -w -s ./src/cli/*.go
gofmt -l -w -s ./src/offline/*.go
git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go README.md
git commit -m "$1"
git push