Versions in this module Expand all Collapse all v0 v0.1.0 Feb 13, 2026 Changes in this version + func QueueInput(newline bool) + type StdinPipe struct + func OpenStdinPipe(bufSize int) StdinPipe + func (p StdinPipe) Close() + func (p StdinPipe) Submit(input ...any) + type StdoutPipe struct + func OpenStdoutPipe() StdoutPipe + func (p StdoutPipe) Close() + func (p StdoutPipe) ReadLine() string + func (p StdoutPipe) ReadLines(n int) []string