Registry / utility / liggitt-tabwriter

liggitt-tabwriter

JSON →
library0.0.0-20181228230101-89fcab3d43degogounverified

Package tabwriter implements a write filter that translates tabbed columns into properly aligned text, based on the Elastic Tabstops algorithm.

go get github.com/liggitt/tabwriter
INSTALL
IMPORT
SIG · LIGGITT-TABWRITER
L
liggitt-tabwriter
utilitygov0.0.0-20181228230101-89fcab3d43de
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.

tabwriter
github.com/liggitt/tabwriter

Writes tab-aligned columns to standard output.

package main import ( "os" "github.com/liggitt/tabwriter" ) func main() { w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', 0) fmt.Fprintln(w, "a\tb\tc") fmt.Fprintln(w, "dddd\te\tf") w.Flush() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181228230101-89fcab3d43delatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
liggitt-tabwriter — go get liggitt-tabwriter · libregistry