Imports of package description

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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/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.
go.mongodb.org/mongo-driver/x/network/address
go.mongodb.org/mongo-driver/x/network/result
mathPackage math provides basic constants and mathematical functions.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.