Versions in this module Expand all Collapse all v1 v1.16.1 Nov 13, 2019 Changes in this version + type Executable struct + Args []string + Binary *packager.Binary + Env []string + 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