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

Packages imported by main

PathSynopsis
archive/tarPackage tar implements access to tar 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/sha1Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
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/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/build/envutilPackage envutil provides utilities for working with environment variables.
golang.org/x/build/tarutilPackage tarutil contains utilities for working with tar archives.
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.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
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.