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

Packages imported by main

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bufioPackage bufio implements buffered I/O.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha1Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246.
crypto/x509Package x509 parses X.509-encoded keys and certificates.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/buildPackage build contains constants for the Go continous build system.
golang.org/x/build/buildletPackage buildlet contains client tools for working with a buildlet server.
golang.org/x/build/envutilPackage envutil provides utilities for working with environment variables.
golang.org/x/build/pargzipPackage pargzip contains a parallel gzip writer implementation.
golang.org/x/build/revdialPackage revdial implements a Dialer and Listener which work together to turn an accepted connection (for instance, a Hijacked HTTP request) into a Dialer which can then create net.Conns connecting back to the original dialer, which then gets a net.Listener accepting those conns.
google.golang.org/cloud/compute/metadataPackage metadata provides access to Google Compute Engine (GCE) metadata and API service accounts.
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.
netPackage net provides a portable interface for network I/​O, including TCP/​IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.