Registry / cli / bndr-gotabulate

bndr-gotabulate

JSON →
library1.1.2gogounverified

A Go library for creating formatted tables in the terminal with various alignment and styling options.

go get github.com/bndr/gotabulate
INSTALL
IMPORT
SIG · BNDR-GOTABULATE
B
bndr-gotabulate
cligov1.1.2
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.

gotabulate
github.com/bndr/gotabulate

Creates a table from a 2D slice and renders it.

package main import ( "fmt" "github.com/bndr/gotabulate" ) func main() { t := gotabulate.Create([][]interface{}{{"Alice", 30}, {"Bob", 25}}) fmt.Println(t.Render()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
bndr-gotabulate — go get bndr-gotabulate · libregistry