package service import ( "lc-fangdaosha/service/system" ) type ServiceGroup struct { SystemServiceGroup system.ServiceGroup //ExampleServiceGroup example.ServiceGroup } var ServiceGroupApp = new(ServiceGroup)