Versions in this module Expand all Collapse all v1 v1.0.1 May 1, 2026 Changes in this version type Table + Style TableStyle + type TableStyle uint8 + const StyleDefault + const StyleMinimal v1.0.0 Feb 18, 2026 Changes in this version + type Table struct + func NewTable() *Table + func (t *Table) NewCol(name string) + func (t *Table) NewRow() + func (t *Table) Print(s string) + func (t *Table) Printf(format string, a ...any) + func (t *Table) String() string