作为 Go 初学者,我偶然发现了后面有括号的代码func
func (v Version) MarshalJSON() ([]byte, error) {
return json.Marshal(v.String())
}
那么是什么(v Version)意思呢?
BIG阳
相关分类