context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/event | Package event is a library for monitoring events from the MongoDB Go driver. |
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/x/mongo/driver/auth | Package auth is intended for internal use only. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |