Imports of package bsonrwtest

PathSynopsis
go.mongodb.org/mongo-driver/bson/bsonrwPackage bsonrw contains abstractions for reading and writing BSON and BSON like types from sources.
go.mongodb.org/mongo-driver/bson/bsontypePackage 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/primitivePackage 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/bsoncorePackage bsoncore is intended for internal use only.
testingPackage testing provides support for automated testing of Go packages.