更新文件结构
db/Init.go
0 → 100644
db/Model.go
0 → 100644
module intern_project_backend | ||
module BackEnd | ||
go 1.24.3 | ||
require ( | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.28 // indirect | ||
golang.org/x/text v0.26.0 // indirect | ||
gorm.io/driver/sqlite v1.6.0 // indirect | ||
gorm.io/gorm v1.30.0 // indirect | ||
) |
go.sum
0 → 100644
Please register or sign in to comment