我想做的是创建一个interface类型的slice,并用一些实现此接口(interface)的结构类型填充它。chans:=[]chanEvent{make(chanFileEvent),make(chanNetworkEvent),}但这失败了cannotusemake(chanFileEvent)(typechanFileEvent)astypechanEventinarrayorsliceliteral。现在我知道这是meanttobethatway.然而,建议的解决方案是a)不切实际,因为我有一堆不同的类型,无法轻易地迭代它们,并且b)我什至无法让它工作,它仍然给我同样的错误