bytes | Package bytes implements functions for the manipulation of byte slices. |
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/primitive | Package primitive contains types similar to Go primitives for BSON types that do not have direct Go primitive representations. |
go.mongodb.org/mongo-driver/internal | |
go.mongodb.org/mongo-driver/mongo | Package mongo provides a MongoDB Driver API for Go. |
go.mongodb.org/mongo-driver/mongo/options | Package options defines the optional configurations for the MongoDB Go Driver. |
go.mongodb.org/mongo-driver/mongo/readconcern | Package readconcern defines read concerns for MongoDB operations. |
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/bsoncore | Package bsoncore is intended for internal use only. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
time | Package time provides functionality for measuring and displaying time. |