Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TablePrinter ¶
type TablePrinter struct {
// contains filtered or unexported fields
}
TablePrinter formats data as aligned columns.
func (*TablePrinter) AddRow ¶
func (t *TablePrinter) AddRow(fields ...string)
AddRow adds a row of fields to the table.
func (*TablePrinter) Render ¶
func (t *TablePrinter) Render() error
Render outputs the formatted table.
Click to show internal directories.
Click to hide internal directories.