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

Packages imported by main

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
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/build/authPackage auth contains shared code related to OAuth2 and obtaining tokens for a project.
golang.org/x/build/envutilPackage envutil provides utilities for working with environment variables.
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.
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.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
timePackage time provides functionality for measuring and displaying time.