Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 v0.1.0 Jun 24, 2026 Changes in this version + type Executable struct + Args []string + Envs []string + Path string + SysProcAttr *syscall.SysProcAttr + func (exe *Executable) PID() int + func (exe *Executable) Run(ctx context.Context, stdOut, stdErr io.Writer) (<-chan error, error)