go怎么调用自定义包的成员方法

Marstin · · 2442 次点击
var cat * a.Cat = new(a.Cat) new需要使用指针
#5
更多评论
这foo.Dog是哪里来的?
#1
手抖写错了,应该是foo.Cat
#2