go

mgo中的关系

英文: Relationships in mgo 问题 我用golang和mgo编写了一些简单的程序。我的问题是如何在mgo中正确处理关系。 第一种方法: type User struct { Id ...