|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
.travis.yml | %!s(int64=5) %!d(string=hai) anos | |
BUILD | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
tabwriter.go | %!s(int64=5) %!d(string=hai) anos |
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.