Documentation ¶ Overview ¶ Package bin provides access to external binaries Index ¶ func FindBin(name string) (path string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FindBin ¶ func FindBin(name string) (path string, err error) FindBin returns the path to the named binary, or an error if it is not found. We don't list any default because we want a deliberate decision about whether to use the SuidBinaryPath which is more restrictive when in the suid flow. Types ¶ This section is empty. Source Files ¶ View all Source files bin.go Click to show internal directories. Click to hide internal directories.