go

Go语言中的接口组合

英文: Composition of interfaces in Go 问题 有没有办法在Go语言中使一个接口包含另一个接口定义的方法? 例如: type BasicDatabase interfac...