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