Versions in this module Expand all Collapse all v1 v1.0.18 Oct 26, 2016 Changes in this version + type Alignment int + const Center + const Left + const Right + type BadOptionError struct + func (e BadOptionError) Error() string + type Cell struct + Alignment Alignment + Content cellContent + Frame [2]string + type ColumnConstraint int + const Expandable + const ExpandableWrappable + type InconsistentRowsError struct + func (e InconsistentRowsError) Error() string + type MultiCell struct + Items []string + Sep string + type NoRowsError struct + func (e NoRowsError) Error() string + type Row []Cell + type SingleCell struct + Item string + type Table struct + func (t *Table) Insert(row Row) error + func (t Table) Render(w io.Writer, cellSep string, maxWidth int, constraints []ColumnConstraint) error + type WidthTooSmallError struct + func (e WidthTooSmallError) Error() string