Imports of package description

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
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/bsonutil
go.mongodb.org/mongo-driver/internal/handshake
go.mongodb.org/mongo-driver/internal/ptrutil
go.mongodb.org/mongo-driver/mongo/addressPackage address provides structured representations of network addresses.
go.mongodb.org/mongo-driver/mongo/readprefPackage readpref defines read preferences for MongoDB queries.
go.mongodb.org/mongo-driver/tagPackage tag provides types for filtering replica set members using tags in a read preference.
mathPackage math provides basic constants and mathematical functions.
timePackage time provides functionality for measuring and displaying time.