package
Version:
v0.17.1
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NormalizeStrings normalizes a slice of strings to all uppercase
Table builds a text table from the given data items and chosen columns.
It returns a list of rows that can be printed.
Unix formats a unix timestamp as a string
type TableOpts struct {
Rows []interface{}
Columns []string
Separator string
MaxCellWidth int
}
TableOpts are options used when rendering a table
Source Files
¶
Click to show internal directories.
Click to hide internal directories.