mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-11 03:37:42 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
9 lines
186 B
Go
9 lines
186 B
Go
package execpath
|
|
|
|
import "os/exec"
|
|
|
|
type Error = exec.Error
|
|
|
|
// ErrNotFound is the error resulting if a path search failed to find an executable file.
|
|
var ErrNotFound = exec.ErrNotFound
|