Versions in this module Expand all Collapse all v1 v1.4.4 Mar 5, 2021 Changes in this version + type Platform interface + Close func() error + CopyConsole func(ctx context.Context, console console.Console, stdin, stdout, stderr string, ...) (console.Console, error) + ShutdownConsole func(ctx context.Context, console console.Console) error + type Stdio struct + Stderr string + Stdin string + Stdout string + Terminal bool + func (s Stdio) IsNull() bool