猿问

在Go中的接口中列出接口

我不理解container/heap软件包中的以下代码片段。


type Interface interface {

    sort.Interface   //Is this line a method?

    Push(x interface{})

    Pop() interface{}

}


郎朗坤
浏览 187回答 1
1回答
随时随地看视频慕课网APP

相关分类

Go
我要回答