go

Go mgo无法存储对象。

英文: Go mgo not storing object 问题 使用mgo,我无法存储任何有意义的数据。只有_id字段被存储。 type Person struct { name string ag...