Registry / utility / tatsushid-go-prettytable

tatsushid-go-prettytable

JSON →
library0.0.0-20141013043238-ed2d14c29939gogounverified

A Go library for building simple text tables with multibyte and double-width character support.

go get github.com/tatsushid/go-prettytable
INSTALL
IMPORT
SIG · TATSUSHID-GO-PRETT
T
tatsushid-go-prettytable
utilitygov0.0.0-20141013043238-ed2d14c29939
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.

prettytable
github.com/tatsushid/go-prettytable

Creates and prints a simple text table using prettytable.

package main import ( "fmt" "github.com/tatsushid/go-prettytable" ) func main() { tbl, _ := prettytable.NewTable([]string{"Name", "Age"}) tbl.AddRow("Alice", 30) fmt.Println(tbl.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20141013043238-ed2d14c29939latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tatsushid-go-prettytable — go get tatsushid-go-prettytable · libregistry