Documentation ¶
Overview ¶
Package table provides the Builder type which is used to produce nice looking tables for printing to the command-line.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
The Builder type is used to produce nice looking tables.
func NewBuilder ¶
NewBuilder returns a new instance of the Builder type that provides methods for building tables. The provided headers will show at the top of the table. Headers are automatically made upper case.
Click to show internal directories.
Click to hide internal directories.