package router import ( "srm/router/test" ) type RouterGroup struct { System test.SysRouter Test test.RouterGroup } var RouterGroupApp = new(RouterGroup)