package router import ( "lc-fangdaosha/router/system" ) type RouterGroup struct { System system.RouterGroup } var RouterGroupApp = new(RouterGroup)