bytes | Package bytes implements functions for the manipulation of byte slices. |
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/aws/aws-sdk-go/aws | |
github.com/aws/aws-sdk-go/aws/awserr | |
github.com/aws/aws-sdk-go/aws/client | |
github.com/aws/aws-sdk-go/service/dynamodb | |
github.com/aws/aws-sdk-go/service/dynamodb/expression | |
github.com/google/wire | Package wire contains directives for Wire code generation. |
gocloud.dev/aws | Package aws provides fundamental Wire providers for Amazon Web Services (AWS). |
gocloud.dev/docstore | Package docstore provides a portable way of interacting with a document store. |
gocloud.dev/docstore/driver | Package driver defines interfaces to be implemented by docstore drivers, which will be used by the docstore package to interact with the underlying services. |
gocloud.dev/gcerrors | Package gcerrors provides support for getting error codes from errors returned by Go CDK APIs. |
gocloud.dev/internal/gcerr | Package gcerr provides an error type for Go CDK APIs. |
io | Package io provides basic interfaces to I/O primitives. |
net/url | Package url parses URLs and implements query escaping. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |