//
pkg.gl
Category
github.com/llvm-mirror/llgo
third_party
gofrontend
libgo
go
os
exec
package
0.0.0-20190322182713-bf6f0a60fce1
Repository:
https://github.com/llvm-mirror/llgo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
458 SLOC
#
Functions
Command
Command returns the Cmd struct to execute the named program with the given arguments.
LookPath
LookPath searches for an executable binary named file in the directories named by the PATH environment variable.
#
Variables
ErrNotFound
ErrNotFound is the error resulting if a path search failed to find an executable file.
#
Structs
Cmd
Cmd represents an external command being prepared or run.
Error
Error records the name of a binary that failed to be executed and the reason it failed.
ExitError
An ExitError reports an unsuccessful exit by a command.