Documentation ¶
Overview ¶
Package executable provides information on the executable that started the process and utils to find other executables on the system
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Folder ¶
Folder returns the folder under which the executable is located, after having resolved all symlinks to the executable. Unlike os.Executable and osext.ExecutableFolder, Folder will resolve the symlinks across all platforms.
func FolderAllowSymlinkFailure ¶
FolderAllowSymlinkFailure returns the folder under which the executable is located, without resolving symbolic links.
func ResolvePath ¶
ResolvePath resolves the absolute path to the executable program with the given name in the argument. Returns error if the program's path cannot be resolved.
Types ¶
This section is empty.