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.
go get github.com/kravlad/tabwriter
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
go get github.com/kravlad/tabwriter