go.mongodb.org/mongo-driver/bson/bsonrw | Package bsonrw contains abstractions for reading and writing BSON and BSON like types from sources. |
go.mongodb.org/mongo-driver/bson/bsontype | Package bsontype is a utility package that contains types for each BSON type and the a stringifier for the Type to enable easier debugging when working with BSON. |
go.mongodb.org/mongo-driver/bson/primitive | Package primitive contains types similar to Go primitives for BSON types that do not have direct Go primitive representations. |
go.mongodb.org/mongo-driver/x/bsonx/bsoncore | Package bsoncore is intended for internal use only. |
testing | Package testing provides support for automated testing of Go packages. |