Versions in this module Expand all Collapse all v0 v0.0.3 Feb 23, 2023 Changes in this version + type Line struct + func (l *Line) Print(format string, a ...any) + type LineGroup struct + func (lg *LineGroup) End(f func(i int, l *Line)) + func (lg *LineGroup) Print(f func(i int, l *Line)) + func (lg *LineGroup) SetLineNum(num int)