mirror of https://github.com/knative/func.git
* Vendor dependencies * Update pkger again * Roll back go.sum changes |
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| tabwriter.go | ||
README.md
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:
RememberWidthsflag allows remembering maximum widths seen per column even after Flush() is called.RememberedWidths() []intandSetRememberedWidths([]int) *Writerallows obtaining and transferring remembered column width between writers.