gocloud.devgocloud.dev/blob

Imports of package blob

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.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opencensus.io/statsPackage stats contains support for OpenCensus stats recording.
go.opencensus.io/stats/viewPackage view contains support for collecting and exposing aggregates over stats.
go.opencensus.io/tagPackage tag contains OpenCensus tags.
gocloud.dev/blob/driverPackage 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/gcerrorsPackage gcerrors provides support for getting error codes from errors returned by Go CDK APIs.
gocloud.dev/internal/gcerrPackage gcerr provides an error type for Go CDK APIs.
gocloud.dev/internal/ocPackage oc supports OpenCensus tracing and metrics for the Go Cloud Development Kit.
gocloud.dev/internal/openurlPackage openurl provides helpers for URLMux and URLOpeners in portable APIs.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
logPackage log implements a simple logging package.
mimePackage mime implements parts of the MIME spec.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.