标签: mongodb go mgo
我想在mgo中选择一个列,这是当前使用的字符串数组,返回一个空数组
classifiedColl.Find(nil).Distinct("Tags", &tags)
我希望将它分组,我该怎么做。我想要分组的值是字符串数组。