globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 232 forks source link

[Critical] fix serialization of readConcern #370

Open funny-falcon opened 5 years ago

funny-falcon commented 5 years ago

Private field level were not serialized to BSON, therefore it were never sent to mongos/mongod.

Make it public.