cespare / tabular

Write tabular text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabular

Go Reference

tabular is a small Go package for printing tabular text.

I originally wrote this package as an alternative to text/tabwriter because I needed to omit the trailing padding in each row that that package's algorithm creates. This resulting package is a little simpler than text/tabwriter and is better-suited to my typical needs. See the doc comments for more comparisons between tabular and text/tabwriter.

About

Write tabular text

License:MIT License


Languages

Language:Go 100.0%