Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + const Column + const Disable + const EOL + const Enable + const Flush + const Indent + const Space + const Toggle + const Unindent + type Action func(w *Writer, r rune) error + type Rule struct + Rune rune + func AppendDefaultRules(rules []Rule) []Rule + type Writer struct + Depth int + Disabled rune + Indent string + Out io.Writer + Rules []Rule + Tabs *tabwriter.Writer + To io.Writer + func New(to io.Writer) *Writer + func (w *Writer) Column() error + func (w *Writer) Decrease() error + func (w *Writer) DisableUntil(r rune) error + func (w *Writer) EOL() error + func (w *Writer) Flush() error + func (w *Writer) Increase() error + func (w *Writer) PushRune(r rune) error + func (w *Writer) Reset() + func (w *Writer) StrippedEOL() error + func (w *Writer) Whitespace(r rune) error + func (w *Writer) Write(data []byte) (n int, err error) + func (w *Writer) WriteRune(r rune) error Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021