Versions in this module Expand all Collapse all v0 v0.0.1 Feb 22, 2023 Changes in this version + type LinePrinter struct + Print Print + func (lp *LinePrinter) Close() error + func (lp *LinePrinter) Write(p []byte) (int, error) + type Print func(args ...interface{}) + type Trimmer struct + WrappedPrint Print + func (t *Trimmer) Print(args ...interface{})