package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 9, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Style helpers for table cells
Align represents text alignment
const (
AlignLeft Align = iota
AlignRight
AlignCenter
)
Column represents a table column
type Row struct {
Cells []string
}
Row represents a table row with styled cells
Table represents a formatted table
AddRow adds a row to the table
Render returns the formatted table as a string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.