Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LineSeparator is the runtime.GOOS-specific new line or line feed. Ex. "\n" LineSeparator = ln // Exe is the runtime.GOOS-specific suffix for executables. Ex. "" unless windows which is ".exe" Exe = exe )
Variables ¶
This section is empty.
Functions ¶
func IsExecutable ¶
IsExecutable returns true if the input can be run as an exec.Cmd
func ProcessGroupAttr ¶
func ProcessGroupAttr() *syscall.SysProcAttr
ProcessGroupAttr sets attributes that ensure exec.Cmd doesn't propagate signals from func-e by default. This is used to ensure shutdown hooks can apply
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.