Files
bl/modules/space/space.go
xinian cdb7cec4ad
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
refactor: 移除冗余日志输出并优化日志处理
2026-02-02 18:32:41 +08:00

16 lines
261 B
Go

package demo
import (
_ "blazing/modules/space/controller"
_ "blazing/modules/space/middleware"
"fmt"
)
func init() {
// var (
// ctx = gctx.GetInitCtx()
// )
fmt.Println("module space init start ...")
fmt.Println("module space init finished ...")
}