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 | |
gocloud.dev/docstore | |
gocloud.dev/docstore/driver | |
gocloud.dev/gcerrors | |
gocloud.dev/internal/gcerr | |
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. |