直接看代码
方法集:
1 | type User struct { |
输出:
1 | {2 modified} |
修改上述代码,将Test()方法的receiver类型改为指针
1 | func (self *User) Test() { |
重新运行上述代码,输出:
1 | {2 modified} |
直接看代码
方法集:
1 | type User struct { |
输出:
1 | {2 modified} |
修改上述代码,将Test()方法的receiver类型改为指针
1 | func (self *User) Test() { |
重新运行上述代码,输出:
1 | {2 modified} |
WeChat Pay
Alipay