go

获取接口内值的地址

英文: Take address of value inside an interface 问题 我如何获取接口内值的地址? 我在一个list.List元素中存储了一个结构体的接口: import &...
go

理解接口

英文: Understanding Interface 问题 type Info interface { Noofchar() int } type Testinfo struct { noofcha...