Implement initial project structure and setup

This commit is contained in:
2026-05-07 00:47:09 +08:00
parent f3742059af
commit 12ffcbef6a
16 changed files with 1061 additions and 0 deletions

7
scripts/update.sh Normal file
View File

@@ -0,0 +1,7 @@
git pull
go get all
go get -u ./...
go mod tidy
git add .
git commit -m 'run ./script/update.sh'
git push