提交
This commit is contained in:
16
modules/space/space.go
Normal file
16
modules/space/space.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package demo
|
||||
|
||||
import (
|
||||
_ "github.com/cool-team-official/cool-admin-go/modules/space/controller"
|
||||
_ "github.com/cool-team-official/cool-admin-go/modules/space/middleware"
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"github.com/gogf/gf/v2/os/gctx"
|
||||
)
|
||||
|
||||
func init() {
|
||||
var (
|
||||
ctx = gctx.GetInitCtx()
|
||||
)
|
||||
g.Log().Debug(ctx, "module space init start ...")
|
||||
g.Log().Debug(ctx, "module space init finished ...")
|
||||
}
|
||||
Reference in New Issue
Block a user