package
0.2.5
Repository: https://github.com/srdtrk/go-codegen.git
Documentation: pkg.go.dev

# Functions

Env returns the value of `go env name`.
Fmt runs go fmt on path.
Get runs go get pkgs on path with options.
ModDownload runs go mod download on a path with options.
ModTidy runs go mod tidy on path with options.
ModVerify runs go mod verify on path with options.
Name returns the name of Go binary to use.

# Constants

CommandBuild represents go "build" command.
CommandEnv represents go "env" command.
CommandFmt represents go "fmt" command.
CommandGet represents go "get" command.
CommandInstall represents go "install" command.
CommandList represents go "list" command.
CommandMod represents go "mod" command.
CommandModDownload represents go mod "download" command.
CommandModTidy represents go mod "tidy" command.
CommandModVerify represents go mod "verify" command.
CommandTest represents go "test" command.
EnvGOARCH represents GOARCH variable.
EnvGOMOD represents GOMOD variable.
EnvGOOS represents GOOS variable.
FlagGcflags represents gcflags go flag.
FlagGcflagsValueDebug represents debug go flags.
FlagLdflags represents ldflags go flag.
FlagMod represents mod go flag.
FlagModValueReadOnly represents readonly go flag.
FlagOut represents out go flag.
FlagTags represents tags go flag.