Documentation ¶
Overview ¶
Package gocommand is a helper for calling the go command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct { Verb string Args []string BuildFlags []string Env []string WorkingDir string Logf func(format string, args ...interface{}) }
An Invocation represents a call to the go command.
Click to show internal directories.
Click to hide internal directories.