Versions in this module Expand all Collapse all v1 v1.0.1 Nov 6, 2020 v1.0.0 Nov 6, 2020 Changes in this version + type Cmd struct + func Command(name string) (*Cmd, error) + func (c *Cmd) StderrChannel() (chan string, error) + func (c *Cmd) StdinChannel() (chan string, error) + func (c *Cmd) StdoutChannel() (chan string, error)