# Functions

value '[pattern=]arg list' arguments to pass on each go tool asm invocation.
build mode to use.
name of compiler to use, as in runtime.Compiler (gccgo or gc).
instructs get to download the source code needed to build the named packages, including downloading necessary dependencies, but not to build and install them.
enable interoperation with memory sanitizer.
force rebuilding of packages that are already up-to-date.
value '[pattern=]arg list' arguments to pass on each go tool compile invocation.
value '[pattern=]arg list' arguments to pass on each gccgo compiler/linker invocation.
Get resolves and adds dependencies to the current development module and then builds and installs them.
Get resolves and adds dependencies to the current development module and then builds and installs them.
Get resolves and adds dependencies to the current development module and then builds and installs them.
permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP.
a suffix to use in the name of the package installation directory, in order to keep output separate from default builds.
value '[pattern=]arg list' arguments to pass on each go tool link invocation.
build code that will be linked against shared libraries previously created with -buildmode=shared.
module download mode to use: readonly, vendor, or mod.
leave newly-created directories in the module cache read-write instead of making them read-only.
in module aware mode, read (and possibly write) an alternate go.mod file instead of the one in the module root directory.
install and load all packages from dir instead of the usual locations.
enable data race detection.
No description provided by the author
No description provided by the author
a comma-separated list of build tags to consider satisfied during the build.
instructs get to consider modules needed to build tests of packages specified on the command line.
a program to use to invoke toolchain programs like vet and asm.
remove all file system paths from the resulting executable.
instructs get to update modules providing dependencies of packages named on the command line to use newer minor or patch releases when available.
instructs get to update dependencies, but changes the default to select patch releases.
print the names of packages as they are compiled.
print the name of the temporary work directory and do not delete it when exiting.
the number of programs, such as build commands or test binaries, that can be run in parallel.

# Type aliases

No description provided by the author