chore: update Go modules to version 1.25.5, restructure models into pkg/models, and remove unused model files for improved organization and dependency management

This commit is contained in:
keven1024
2025-12-14 16:12:17 +08:00
parent 208875841e
commit 313ce4455f
29 changed files with 175 additions and 160 deletions

8
go.work Normal file
View File

@@ -0,0 +1,8 @@
go 1.25.5
use (
./backend
./pkg/models
./pkg/utils
./worker
)