Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 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() error + func (b *Writer) Init(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer + func (b *Writer) Write(buf []byte) (n int, err error)