Versions in this module Expand all Collapse all v0 v0.24.6 Apr 12, 2025 Changes in this version + func Enabled() bool + func FullDim(prev, row []string) []bool + func NoDim(prev, row []string) []bool + func PrefixDim(prev, row []string) []bool + type Atom struct + Bold bool + Color Code + S string + Underline bool + func (a Atom) String() string + type Code string + const Bold + const Reset + const Underline + func Color256(i byte) Code + func ColorHash(s string) Code + type Tabularizer struct + func NewTabularizer(w io.Writer, title []Text, dim func(prev, row []string) []bool) *Tabularizer + func (t *Tabularizer) Flush() + func (t *Tabularizer) Row(values ...any) + type Text []Atom + func (t Text) String() string