client/vendor/github.com/liggitt/tabwriter
Dave Protasowski dfd65db9ab
bump k8s packages to 1.17.6 (#881)
* add script to bump k8s deps

* bump k8s to v1.17.6
2020-06-08 15:30:32 -07:00
..
.travis.yml bump k8s packages to 1.17.6 (#881) 2020-06-08 15:30:32 -07:00
LICENSE bump k8s packages to 1.17.6 (#881) 2020-06-08 15:30:32 -07:00
README.md bump k8s packages to 1.17.6 (#881) 2020-06-08 15:30:32 -07:00
tabwriter.go bump k8s packages to 1.17.6 (#881) 2020-06-08 15:30:32 -07:00

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:

  • 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.