go

类型、接口和指针

英文: Types, interfaces and pointers 问题 我有一个简单的代码: type Namer interface { PrintName() } type P struct ...