context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go.mongodb.org/mongo-driver/bson | Package bson is a library for reading, writing, and manipulating BSON. |
go.mongodb.org/mongo-driver/bson/bsoncodec | Package bsoncodec provides a system for encoding values to BSON representations and decoding values from BSON representations. |
go.mongodb.org/mongo-driver/mongo/options | Package options defines the optional configurations for the MongoDB Go Driver. |
go.mongodb.org/mongo-driver/mongo/readpref | Package readpref defines read preferences for MongoDB queries. |
go.mongodb.org/mongo-driver/mongo/writeconcern | Package writeconcern defines write concerns for MongoDB operations. |
go.mongodb.org/mongo-driver/x/bsonx | |
go.mongodb.org/mongo-driver/x/bsonx/bsoncore | Package bsoncore is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/session | Package session is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/topology | Package topology is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/uuid | |
go.mongodb.org/mongo-driver/x/network/command | |
go.mongodb.org/mongo-driver/x/network/connection | |
go.mongodb.org/mongo-driver/x/network/description | |
go.mongodb.org/mongo-driver/x/network/result | |
go.mongodb.org/mongo-driver/x/network/wiremessage | |
io | Package io provides basic interfaces to I/O primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |