package persistence import "gopkg.in/mgo.v2/bson" type Player struct{ ID bson.ObjectId `bson:"_id"` Name string }