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

Packages imported by main

PathSynopsis
archive/tarPackage tar implements access to tar archives.
archive/zipPackage zip provides support for reading and writing ZIP archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
go/buildPackage build gathers information about Go packages.
golang.org/x/buildPackage build contains constants for the Go continous build system.
golang.org/x/build/buildenvPackage buildenv contains definitions for the environments the Go build system can run in.
golang.org/x/build/buildletPackage buildlet contains client tools for working with a buildlet server.
golang.org/x/build/dashboardPackage dashboard contains shared configuration and logic used by various pieces of the Go continuous build system.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
golang.org/x/oauth2/googlePackage google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
google.golang.org/cloudPackage cloud contains Google Cloud Platform APIs related types and common functions.
google.golang.org/cloud/storagePackage storage contains a Google Cloud Storage client.
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.
osPackage os provides a platform-independent interface to operating system functionality.
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.
regexpPackage regexp implements regular expression search.
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.