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/event | Package event is a library for monitoring events from the MongoDB Go driver. |
go.mongodb.org/mongo-driver/internal/require | |
go.mongodb.org/mongo-driver/mongo/description | Package description contains types and functions for describing the state of MongoDB clusters. |
go.mongodb.org/mongo-driver/mongo/options | Package options defines the optional configurations for the MongoDB Go Driver. |
go.mongodb.org/mongo-driver/x/bsonx/bsoncore | Package bsoncore is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver | Package driver is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/connstring | Package connstring is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/operation | Package operation is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/topology | Package topology is intended for internal use only. |
math | Package math provides basic constants and mathematical functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |