gocloud.devgocloud.dev/runtimevar/blobvar

Imports of package blobvar

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gocloud.dev/blobPackage blob provides an easy and portable way to interact with blobs within a storage location.
gocloud.dev/gcerrorsPackage gcerrors provides support for getting error codes from errors returned by Go CDK APIs.
gocloud.dev/runtimevarPackage runtimevar provides an easy and portable way to watch runtime configuration variables.
gocloud.dev/runtimevar/driverPackage driver defines interfaces to be implemented by runtimevar drivers, which will be used by the runtimevar package to interact with the underlying services.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.