Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2021 Changes in this version + const AlignRight + const Debug + const DiscardEmptyColumns + const Escape + const FilterHTML + const StripEscape + const TabIndent + type Writer struct + func NewWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer + func (b *Writer) Flush() (err error) + func (b *Writer) Init(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer + func (b *Writer) SetColumnAlignRight(column int) + func (b *Writer) Write(buf []byte) (n int, err error)