Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is the error resulting if a path search failed to find // an executable file. ErrNotFound = exec.ErrNotFound )
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
Tool represents a tool that can be executed.
Click to show internal directories.
Click to hide internal directories.