Searched refs:NewWithIO (Results 1 – 1 of 1) sorted by relevance
61 return NewWithIO(cmd, stdin, stdout), nil66 func NewWithIO(cmd *exec.Cmd, in io.WriteCloser, out io.ReadCloser) *Subprocess { func