Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLinuxOS ¶
func IsLinuxOS() bool
IsLinuxOS returns true if the operating system is some Linux distribution.
func NullCloser ¶
func NullCloser(w io.Writer) io.WriteCloser
NullCloser returns an implementation of io.WriteCloser that will always succeed on the call to Close().
func OpenPipes ¶
func OpenPipes(stdout, stderr string) (io.WriteCloser, io.WriteCloser, error)
OpenPipes opens the given paths for standard IO as named pipes.
The returned values must be closed by the caller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.