Versions in this module Expand all Collapse all v1 v1.0.1 Jan 10, 2018 v1.0.0 Jan 8, 2018 Changes in this version + type Options struct + Data [][]string + type Table struct + func New(o Options) (*Table, error) + func (t *Table) AddRow(row int, cols ...string) error + func (t *Table) Data() [][]string + func (t *Table) FormattedData() string + func (t *Table) SetData(row, col int, val string) error Incompatible versions in this module v2.2.0+incompatible Feb 2, 2018 v2.1.0+incompatible Feb 1, 2018 v2.0.0+incompatible Jan 15, 2018