Versions in this module Expand all Collapse all v0 v0.0.1 Jan 2, 2021 Changes in this version + type Formatter struct + Align RowAlign + Desc string + ExAligns map[int]RowAlign + Quote QuoteType + Span int + Width int + func (f *Formatter) Format(w io.Writer, data []string) error + func (f *Formatter) FormatIndent(w io.Writer, indent int, data []string) error + type QuoteType int + const Double + const NoQuote + func (qt *QuoteType) UnmarshalJSON(b []byte) error + func (qt QuoteType) MarshalJSON() ([]byte, error) + type RowAlign struct + ExMargins map[int]int + ExTextAligns map[int]TextAlign + ExWidths map[int]int + Indent int + Num int + TextAlign TextAlign + type TextAlign int + const Center + const Left + const Right + func (ta *TextAlign) UnmarshalJSON(b []byte) error + func (ta TextAlign) MarshalJSON() ([]byte, error)