bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
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/jonboulle/clockwork | Package clockwork contains a simple fake clock for Go. |
github.com/ydb-platform/ydb-go-sdk/v3/internal/background | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/clone | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/empty | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/grpcwrapper/rawtopic/rawtopiccommon | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/grpcwrapper/rawtopic/rawtopicreader | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/xcontext | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors | |
github.com/ydb-platform/ydb-go-sdk/v3/internal/xsync | |
github.com/ydb-platform/ydb-go-sdk/v3/trace | |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |