package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

Command returns the Cmd struct to execute the named program with the given arguments.
LookPath searches for an executable binary named file in the directories named by the PATH environment variable.

# Variables

ErrNotFound is the error resulting if a path search failed to find an executable file.

# Structs

Cmd represents an external command being prepared or run.
Error records the name of a binary that failed to be executed and the reason it failed.
An ExitError reports an unsuccessful exit by a command.