Versions in this module Expand all Collapse all v0 v0.6.3 Dec 13, 2021 v0.6.2 Dec 12, 2021 Changes in this version + func FirstWord(s string) string + func LogErrorf(format string, args ...interface{}) error + type Stdio struct + func (Stdio) Close() error + func (Stdio) Network() string + func (Stdio) Read(b []byte) (int, error) + func (Stdio) SetDeadline(t time.Time) error + func (Stdio) SetReadDeadline(t time.Time) error + func (Stdio) SetWriteDeadline(t time.Time) error + func (Stdio) String() string + func (Stdio) Write(b []byte) (int, error) + func (s Stdio) LocalAddr() net.Addr + func (s Stdio) RemoteAddr() net.Addr