build: golang.org/x/build/cmd/pushback Files | Directories

Packages imported by main

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S.
crypto/sha1Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
google.golang.org/cloud/compute/metadataPackage metadata provides access to Google Compute Engine (GCE) metadata and API service accounts.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/​O primitives.
io/ioutilPackage ioutil implements some I/​O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.