-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: mongo-tools-common
-
None
The Go driver conversion POC switched from mgo to the Go driver, but kept using mgo/bson as the BSON library. The Go driver now has a supposedly drop-in replacement. We should switch to it and help dogfood any issues.
One known issue is that BSON helper types like "Binary" are in mgo's 'bson' package but in the Go driver's 'bson/primitive' package.
- is depended on by
-
TOOLS-1610 implement the extended json spec in import/export
- Closed