func os/exec.LookPath
9 uses
os/exec (current package)
exec.go#L175: if lp, err := LookPath(name); err != nil {
exec.go#L352: return LookPath(path)
exec.go#L355: return LookPath(path)
exec.go#L358: return LookPath(path)
exec.go#L362: lp, err := LookPath(dirandpath)
lp_unix.go#L35: func LookPath(file string) (string, error) {
github.com/go-git/go-git/v5/plumbing/transport/file
client.go#L69: _, err = exec.LookPath(cmd)
client.go#L86: _, err := exec.LookPath(cmd)
internal/execabs
execabs.go#L35: path, err := exec.LookPath(file)
![]() |
The pages are generated with Golds v0.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. |