Registry / cli / gosuri-uitable

gosuri-uitable

JSON →
library0.0.4gogounverified

Package uitable provides a simple way to create and display tables in the terminal.

go get github.com/gosuri/uitable
INSTALL
IMPORT
SIG · GOSURI-UITABLE
G
gosuri-uitable
cligov0.0.4
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.

uitable
github.com/gosuri/uitable

Create and print a simple table.

package main import ( "fmt" "github.com/gosuri/uitable" ) func main() { table := uitable.New() table.AddRow("Name", "Age") table.AddRow("Alice", 30) fmt.Println(table) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources