go

返回通用类型的接口

英文: Interface to return Generic type 问题 我有一个返回Connection的接口。我已经改成了Object,因为我有时需要从Mongo返回Connection,有...