//
pkg.gl
Category
github.com/lucasepe/toolbox
table
package
0.3.2
Repository:
https://github.com/lucasepe/toolbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
175 SLOC
#
Functions
New
New returns a new Table with default values.
NewRow
NewRow returns a new Row and adds the data to the row.
#
Variables
Separator
Separator is the default column seperator.
#
Structs
Cell
Cell represents a column in a row.
Row
Row represents a row in a table.
Table
Table represents a decorator that renders the data in formatted in a table.