Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RealOsInfo ¶
type RealOsInfo struct{}
RealOsInfo implements the OsInfo interface using real OS calls.
func (RealOsInfo) GetOs ¶
func (r RealOsInfo) GetOs() string
GetOs returns the operating system's name.
func (RealOsInfo) GetStdoutStat ¶
func (r RealOsInfo) GetStdoutStat() (os.FileInfo, error)
GetStdoutStat returns the FileInfo describing the standard output file.
Click to show internal directories.
Click to hide internal directories.