我浏览了 go-swagger 生成的代码,找到了以下代码:
// NewReceiveLearningLabActsParams creates a new ReceiveLearningLabActsParams object
// with the default values initialized.
func NewReceiveLearningLabActsParams() ReceiveLearningLabActsParams {
var ()
return ReceiveLearningLabActsParams{}
}
我注意到这里:
var ()
我完全不明白这是什么意思,谁能帮我理解这段代码?谢谢