Versions in this module Expand all Collapse all v0 v0.5.0 Nov 24, 2023 v0.4.0 Feb 20, 2023 Changes in this version + type Table struct + Headers []string + Rows [][]string + func NewTable(headers ...string) (t *Table) + func (t *Table) AddRow(cols ...string) error + func (t *Table) Print()