github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/internal/os/execpath/exec.go (about)

     1  package execpath
     2  
     3  import "os/exec"
     4  
     5  type Error = exec.Error
     6  
     7  // ErrNotFound is the error resulting if a path search failed to find an executable file.
     8  var ErrNotFound = exec.ErrNotFound