1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-03 02:27:37 +00:00
rke/vendor/github.com/liggitt/tabwriter
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00
..
.travis.yml Update vendor 2020-03-27 10:55:19 -07:00
LICENSE Update vendor 2020-03-27 10:55:19 -07:00
README.md Update vendor 2020-03-27 10:55:19 -07:00
tabwriter.go Update vendor 2020-03-27 10:55:19 -07:00

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.