接口

type printer interface {
    Print()
}

var printable = printer{} //<-Error