合并test分支代码

This commit is contained in:
2026-07-30 12:48:46 +08:00
parent 5a28775f84
commit 2ad151e44b
2 changed files with 0 additions and 95 deletions
-6
View File
@@ -51,12 +51,6 @@ type User struct {
CreatedAt string `json:"createdAt"`
}
<<<<<<< HEAD
// ============================================================
// 数据库初始化
=======
>>>>>>> test
func InitDB() error {
// 确保 data 目录存在
if err := os.MkdirAll("./data", 0755); err != nil {