我有以下 Golang 代码:
rows, err := common.GetAll(c, req, params, timer) return common.GenericRowMarshal(200, rows, err)
我想弄清楚是否可以这样做:
return common.GenericRowMarshal(200, common.GetAll(c, req, params, timer)...)
但这不能编译:(
它说“没有足够的论据来调用......”
任何人都知道这是否可能以某种方式?
胡说叔叔
摇曳的蔷薇
相关分类