Documentation ¶
Index ¶
- func Arch() string
- func Basename(path, suffix string) string
- func Cat(inputs []io.Reader, out io.Writer, ...) error
- func Dirname(path string) string
- func Echo(str string) string
- func Mkdir(name string, mode os.FileMode, createParents bool) error
- func Sleep(duration time.Duration)
- func Tee(in io.Reader, out []io.Writer) error
- func Whoami() (string, error)
- func Yes(str string) <-chan string
- type WcResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Mkdir ¶
Mkdir makes directories. If "createParents" is set, any parent directories are also created and no error is reported if a directory exists
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.