Versions in this module Expand all Collapse all v1 v1.18.1 Apr 6, 2022 Changes in this version + type Executable struct + Args []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