Documentation ¶ Index ¶ func Execute() type ExitError func NewExitError(code int, err error) *ExitError func (e *ExitError) Error() string func (e *ExitError) Unwrap() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Types ¶ type ExitError ¶ type ExitError struct { Code int Err error } func NewExitError ¶ func NewExitError(code int, err error) *ExitError func (*ExitError) Error ¶ func (e *ExitError) Error() string func (*ExitError) Unwrap ¶ func (e *ExitError) Unwrap() error Source Files ¶ View all Source files bench.gocompletion.goconfig.godetect.goexit.goexport.goreport.goroot.gotune.goversion.go Click to show internal directories. Click to hide internal directories.