package
1.1.4
Repository: https://github.com/tetratelabs/func-e.git
Documentation: pkg.go.dev

# Functions

EnsureProcessDone makes sure the process has exited completely.
Errorf is like fmt.Errorf except it translates paths with ReplacePathSeparator when Windows.
Fprintf is like fmt.Fprintf, but handles EOL according runtime.GOOS.
Interrupt attempts to interrupt the process.
IsExecutable returns true if the input can be run as an exec.Cmd.
ProcessGroupAttr sets attributes that ensure exec.Cmd doesn't propagate signals from func-e by default.
ReplacePathSeparator returns the input unless it is Windows.
Sprintf is like Fprintf is like fmt.Sprintf, except any '\n' in the format are converted according to runtime.GOOS.

# Constants

Exe is the runtime.GOOS-specific suffix for executables.
OSDarwin is a Platform.OS a.k.a.
OSLinux is a Platform.OS.
OSWindows is a Platform.OS.