Peter
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
-
Peter 创建了一个帖子, 已回答Warning for mixed value and pointer and receivers is flawed
The warning: "Struct Foo has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation." The problem is if I have a struct with pointer receivers, I can't a...