package service import ( "srm/service/example" "srm/service/system" "srm/service/test" ) type ServiceGroup struct { SystemServiceGroup system.ServiceGroup ExampleServiceGroup example.ServiceGroup TestServiceGroup test.ServiceGroup } var ServiceGroupApp = new(ServiceGroup)