Involved Source Files
Package execabs is a drop-in replacement for os/exec
that requires PATH lookups to find absolute paths.
That is, execabs.Command("cmd") runs the same PATH lookup
as exec.Command("cmd"), but if the result is a path
which is relative, the Run and Start methods will report
an error instead of running the executable.
Package-Level Type Names (total 3, all are exported)
The pages are generated with Goldsv0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.