Versions in this module Expand all Collapse all v2 v2.9.3 Mar 12, 2021 v2.9.2 Mar 12, 2021 Changes in this version + type Executable struct + Args []string + Dir string + Env []string + Package *build.Package + type Option func(o *Options) + type Options struct + type PID struct + Error io.Reader + ID string + Input io.Writer + Output io.Reader + type Process interface + Exec func(*Executable) error + Fork func(*Executable) (*PID, error) + Kill func(*PID) error + Wait func(*PID) error