Versions in this module Expand all Collapse all v4 v4.7.1 Feb 23, 2023 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