>>625
レシーバは必ず必要
Goでも
func (receiver ReceiverType) Foo(引数…) {
 return receiver.xxx + receiver.yyy
}
と書く
レシーバ指定不要という主張は理解できない