Implement initial server-side code

This commit is contained in:
2024-05-15 16:25:42 -04:00
parent e4b9ca6c34
commit 7ab5e67256
3 changed files with 199 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
gofmt -l -w -s ./src/cli/*.go
gofmt -l -w -s ./src/backend/*.go
git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go README.md
git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go mutn.go libmuttonserver.go README.md
git commit -m "$1"
git push