|
il y a 5 ans | |
---|---|---|
.. | ||
.travis.yml | il y a 5 ans | |
BUILD | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
tabwriter.go | il y a 5 ans |
This repo is a drop-in replacement for the golang text/tabwriter package.
It is based on that package at cf2c2ea8 and inherits its license.
The following additional features are supported:
RememberWidths
flag allows remembering maximum widths seen per column even after Flush() is called.RememberedWidths() []int
and SetRememberedWidths([]int) *Writer
allows obtaining and transferring remembered column width between writers.