Imports of package mgocompat

PathSynopsis
go.mongodb.org/mongo-driver/bsonPackage bson is a library for reading, writing, and manipulating BSON.
go.mongodb.org/mongo-driver/bson/bsoncodecPackage bsoncodec provides a system for encoding values to BSON representations and decoding values from BSON representations.
go.mongodb.org/mongo-driver/bson/bsonoptionsPackage bsonoptions defines the optional configurations for the BSON codecs.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
timePackage time provides functionality for measuring and displaying time.