This commit is contained in:
2026-04-07 12:22:57 +08:00
parent bb8bd910e6
commit aaa8308a90
19 changed files with 1389 additions and 5 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