package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev

# Functions

Create a new Tabulate Object Accepts 2D String Array, 2D Int Array, 2D Int64 Array, 2D Bool Array, 2D Float64 Array, 2D interface{} Array, Map map[strig]string, Map map[string]interface{},.

# Variables

Minimum padding that will be applied.
Table Formats that are available to the user The user can define his own format, just by adding an entry to this map and calling it with Render function e.g t.Render("customFormat").

# Structs

Represents a Line.
Represents a Row.
Basic Structure of TableFormat.
Main Tabulate structure.
Represents normalized tabulate Row.