Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptySlices = errors.New("empty slices")
ErrEmptySlices signals that empty slices has been provided
View Source
var ErrNilDataLines = errors.New("nil lineData slice")
ErrNilDataLines signals that a nil data lines slice has been provided
View Source
var ErrNilDisplayByteSliceHandler = errors.New("nil display byte slice handler")
ErrNilDisplayByteSliceHandler signals that a nil display byte slice handler has been provided
View Source
var ErrNilHeader = errors.New("nil header")
ErrNilHeader signals that a nil header slice has been provided
View Source
var ErrNilLineDataInSlice = errors.New("nil line data element found in slice")
ErrNilLineDataInSlice signals that a nil line data element was found in slice
View Source
var ErrNilValuesOfLineDataInSlice = errors.New("nil line data values slice found")
ErrNilValuesOfLineDataInSlice signals that a line data element has nil values
Functions ¶
func CreateTableString ¶
CreateTableString creates an ASCII table having header as table header and a LineData slice as table rows It automatically resize itself based on the lengths of every cell
Types ¶
Click to show internal directories.
Click to hide internal directories.