huangjiajun hace 1 mes
padre
commit
849cafb794
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      main.go

+ 0
- 1
main.go Ver fichero

@@ -22,7 +22,6 @@ func init() {
cfg.InitLog() //日志初始化
cfg.InitCache() //缓存初始化
cfg.InitMq() //缓存初始化
cfg.InitEs() //ElasticSearch初始化
if cfg.Debug { //判断是否是debug
if err := db.InitDB(cfg.DB); err != nil { //主数据库初始化
panic(err)


Cargando…
Cancelar
Guardar