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