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. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.mongodb.org/mongo-driver/bson | Package bson is a library for reading, writing, and manipulating BSON. |
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 | |
go.mongodb.org/mongo-driver/internal/testutil/assert | |
go.mongodb.org/mongo-driver/mongo | Package mongo provides a MongoDB Driver API for Go. |
go.mongodb.org/mongo-driver/mongo/address | Package address provides structured representations of network addresses. |
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/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. |
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/ocsp | Package ocsp 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/wiremessage | Package wiremessage is intended for internal use only. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |