Registry / cli / kataras-tablewriter

kataras-tablewriter

JSON →
library0.0.0-20180708051242-e063d29b7c23gogounverified

Create and generate text-based tables in Go.

go get github.com/kataras/tablewriter
INSTALL
IMPORT
SIG · KATARAS-TABLEWRITE
K
kataras-tablewriter
cligov0.0.0-20180708051242-e063d29b7c23
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.

tablewriter
github.com/kataras/tablewriter

Demonstrates writing a simple table to stdout.

package main import ( "os" "github.com/kataras/tablewriter" ) func main() { data := [][]string{{"Name", "Age"}, {"Alice", "30"}, {"Bob", "25"}} tablewriter.WriteTable(os.Stdout, data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180708051242-e063d29b7c23latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
kataras-tablewriter — go get kataras-tablewriter · libregistry