Versions in this module Expand all Collapse all v0 v0.2.4 Dec 18, 2024 Changes in this version + var ErrInvalid = errors.New("bad file descriptor") + var ErrNotSet = errors.New("environment variable not set") + func Receive(key string, e any) (func() error, error) + func Setup(extraFiles *[]*os.File) (int, *gob.Encoder, error) v0.2.3 Dec 17, 2024 v0.2.2 Dec 7, 2024 Changes in this version + func ExtraFile(cmd *exec.Cmd, f *os.File) (fd uintptr)