Registry / cli / jedib0t-go-pretty

jedib0t-go-pretty

JSON →
library4.3.0+incompatiblegogounverified

Package pretty provides pretty printing for Go values, tables, and progress bars.

go get github.com/jedib0t/go-pretty
INSTALL
IMPORT
SIG · JEDIB0T-GO-PRETTY
J
jedib0t-go-pretty
cligov4.3.0+incompatible
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.

pretty
github.com/jedib0t/go-pretty

Create and render a table.

package main import ( "fmt" "github.com/jedib0t/go-pretty/table" ) func main() { t := table.NewWriter() t.AppendHeader(table.Row{"Name", "Age"}) t.AppendRow(table.Row{"Alice", 30}) fmt.Println(t.Render()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Amazon
1
Resources
jedib0t-go-pretty — go get jedib0t-go-pretty · libregistry