# Functions

value '[pattern=]arg list' arguments to pass on each go tool asm invocation.
No description provided by the author
build mode to use.
No description provided by the author
No description provided by the author
name of compiler to use, as in runtime.Compiler (gccgo or gc).
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.
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.
forces build to write the resulting executable or object to the named output file or directory, instead of the default behavior described in the last two paragraphs.
install and load all packages from dir instead of the usual locations.
print the commands.
print the commands but do not run them.
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.
a program to use to invoke toolchain programs like vet and asm.
remove all file system paths from the resulting executable.
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