Imports #
"cmd/internal/par"
"os/exec"
"cmd/internal/par"
"os/exec"
var lookPathCache *ast.IndexListExpr
LookPath wraps exec.LookPath and caches the result which can be called by multiple Goroutines at the same time.
func LookPath(file string) (path string, err error)
Generated with Arrow