/tabwriter

Unicode-aware version of text/tabwriter

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

tabwriter

Tabwriter is a patched version of text/tabwriter from Golang. It uses mattn/go-runewidth to account for variable width of unicode characters, such as emoji or CJK.

Installation

go get github.com/kravlad/tabwriter