我用的是labix.org 的 mgo驱动,
给struct加一个 _id 变量 往mongoDB里插入 _id 索引,但是总是无效。
才想起来要在外部访问首字母必须大写,但是 MongoDB 的默认索引是 _id
如果要自定义索引怎么实现啊?
一般这么写
Id_ bson.ObjectId `bson:"_id"`
我写过一个[mog使用指南][1]。
[1]: http://jimmykuu.sinaapp.com/static/books/mgo_guide/index.html
#1