建立仓库

This commit is contained in:
2025-08-05 10:51:35 +08:00
commit 4bbc05fe1f
36 changed files with 1946 additions and 0 deletions

15
cmd/tmp.go Normal file
View File

@@ -0,0 +1,15 @@
package main
func main() {
//slog.Debug("初始化环境变量")
//err := godotenv.Load()
//if err != nil {
// slog.Error(fmt.Errorf("初始化变量失败:%w", err).Error())
//}
//
//model.Init()
//clients.InitRedis()
//
//cities, _ := actions.FindCitiesWithEdgesCount(model.DB)
//fmt.Printf("%v\n", cities)
}