package v1 import ( "git.echol.cn/loser/Go-Web-Template/server/api/v1/common" "git.echol.cn/loser/Go-Web-Template/server/api/v1/system" ) var ApiGroupApp = new(ApiGroup) type ApiGroup struct { SystemApiGroup system.ApiGroup CommonApiGroup common.ApiGroup }