Registry / cli / rodaine-table

rodaine-table

JSON →
library1.3.1gogounverified

Package table provides a convenient way to generate tabular output of any data, primarily useful for CLI tools.

go get github.com/rodaine/table
INSTALL
IMPORT
SIG · RODAINE-TABLE
R
rodaine-table
cligov1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

table
github.com/rodaine/table

Create and print a simple table with headers and rows.

package main import ( "fmt" "github.com/rodaine/table" ) func main() { tbl := table.New("Name", "Age") tbl.AddRow("Alice", 30) tbl.AddRow("Bob", 25) fmt.Println(tbl) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources