Versions in this module Expand all Collapse all v1 v1.0.0 Oct 6, 2022 Changes in this version + type Process struct + func New(ctx context.Context, name string, arg ...string) (*Process, error) + func (p *Process) Start() error + func (p *Process) Stderr() <-chan string + func (p *Process) Stdout() <-chan string + func (p *Process) Wait() error