context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
google.golang.org/grpc/attributes | Package attributes defines a generic key/value store used in various gRPC components. |
google.golang.org/grpc/credentials/tls/certprovider | Package certprovider defines APIs for Certificate Providers in gRPC. |
google.golang.org/grpc/internal | Package internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package. |
google.golang.org/grpc/resolver | Package resolver defines APIs for name resolution in gRPC. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |