Registry / cli / aquasecurity-table

aquasecurity-table

JSON →
library1.11.0gogounverified

A Go library for building and rendering ASCII tables in the terminal.

go get github.com/aquasecurity/table
INSTALL
IMPORT
SIG · AQUASECURITY-TABLE
A
aquasecurity-table
cligov1.11.0
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.

table
github.com/aquasecurity/table

Creates and renders a simple ASCII table.

package main import ( "github.com/aquasecurity/table" "os" ) func main() { t := table.New(os.Stdout) t.SetHeaders("Name", "Age") t.AddRow("Alice", "30") t.AddRow("Bob", "25") t.Render() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Amazon
1
Resources
aquasecurity-table — go get aquasecurity-table · libregistry