xiecheng_server/router/enter.go
2025-03-28 17:14:57 +08:00

14 lines
257 B
Go

package router
import (
"git.echol.cn/loser/xiecheng_server/router/example"
"git.echol.cn/loser/xiecheng_server/router/system"
)
var RouterGroupApp = new(RouterGroup)
type RouterGroup struct {
System system.RouterGroup
Example example.RouterGroup
}