package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

AddBuildFlags adds the flags common to the build, clean, get, install, list, run, and test commands.
AddModCommonFlags adds the module-related flags common to build commands and 'go mod' subcommands.
No description provided by the author
BuildInstallFunc is the action for installing a single package or executable.
No description provided by the author
FindExecCmd derives the value of ExecCmd to use.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ExecCmd is the command to use to run user binaries.
No description provided by the author
No description provided by the author
VetExplicit records whether the vet flags were set explicitly on the command line.
VetFlags are the default flags to pass to vet.
VetTool is the path to an alternate vet tool binary.

# Structs

An Action represents a single action in the action graph.
A Builder holds global state about a build.

# Type aliases

No description provided by the author
BuildMode specifies the build mode: are we just building things or also installing the results?.