context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/Azure/azure-pipeline-go/pipeline | Package pipeline implements an HTTP request/response middleware pipeline whose policy objects mutate an HTTP request's URL, query parameters, and/or headers before the request is sent over the wire. |
github.com/Azure/azure-storage-blob-go/azblob | Package azblob allows you to manipulate Azure Storage containers and blobs objects. |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/google/wire | Package wire contains directives for Wire code generation. |
gocloud.dev/blob | Package blob provides an easy and portable way to interact with blobs within a storage location. |
gocloud.dev/blob/driver | Package driver defines interfaces to be implemented by blob drivers, which will be used by the blob package to interact with the underlying services. |
gocloud.dev/internal/useragent | Package useragent includes constants and utilitiesfor setting the User-Agent for Go CDK connections to GCP. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
time | Package time provides functionality for measuring and displaying time. |