Imports of package documentation_examples

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.mongodb.org/mongo-driver/bsonPackage bson is a library for reading, writing, and manipulating 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/internal/assert
go.mongodb.org/mongo-driver/mongoPackage mongo provides a MongoDB Driver API for Go.
go.mongodb.org/mongo-driver/mongo/integration/mtestPackage mtest is unstable and there is no backward compatibility guarantee.
go.mongodb.org/mongo-driver/mongo/optionsPackage options defines the optional configurations for the MongoDB Go Driver.
go.mongodb.org/mongo-driver/mongo/readconcernPackage readconcern defines read concerns for MongoDB operations.
go.mongodb.org/mongo-driver/mongo/readprefPackage readpref defines read preferences for MongoDB queries.
go.mongodb.org/mongo-driver/mongo/writeconcernPackage writeconcern defines write concerns for MongoDB operations.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.