老师好,我刚刚开始学,基础有点薄弱,这个例子有些不是很懂,麻烦问一下:
- type intGen func() int里面调用的intGen是一个接口吗?接口的定义不是应该有interface吗?如type Retriever interface {
Get(url string) string
}
2.printFileContents(f)这句执行的时候是什么顺序呢?是因为定义了intGen的方法接收器吗?func (g intGen) Read(),那比如说他定义了多个函数呢?比如:func (g intGen) Write()? f并不是一个io.Reader类型呀?
好懵,求解答~谢谢