bygdata/router/enter.go
2026-02-12 00:16:08 +00:00

14 lines
203 B
Go

package router
import (
"bygdata/router/example"
"bygdata/router/system"
)
var RouterGroupApp = new(RouterGroup)
type RouterGroup struct {
System system.RouterGroup
Example example.RouterGroup
}