Documentation
¶
Overview ¶
Package tbl implements a simple way to print tables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
Style TableStyle
// contains filtered or unexported fields
}
type TableStyle ¶ added in v1.0.1
type TableStyle uint8
const ( StyleDefault TableStyle = iota StyleMinimal )
Click to show internal directories.
Click to hide internal directories.