Registry / utility / jedib0t-go-pretty-v6

jedib0t-go-pretty-v6

JSON →
library6.8.1gogounverified

Package pretty provides utilities for pretty-printing tables, lists, and progress bars in the terminal.

go get github.com/jedib0t/go-pretty/v6
INSTALL
IMPORT
SIG · JEDIB0T-GO-PRETTY-
J
jedib0t-go-pretty-v6
utilitygov6.8.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.

pretty
github.com/jedib0t/go-pretty/v6

Render a table to stdout

package main import ( "fmt" "github.com/jedib0t/go-pretty/v6/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
6.8.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
jedib0t-go-pretty-v6 — go get jedib0t-go-pretty-v6 · libregistry