ingress-nginx-helm/vendor/github.com/liggitt/tabwriter
Manuel Alejandro de Brito Fontes 75c3c47f81 Update go dependencies to v1.17.0
2019-12-10 21:55:54 -03:00
..
.travis.yml Update go dependencies to v1.17.0 2019-12-10 21:55:54 -03:00
LICENSE Update go dependencies to v1.17.0 2019-12-10 21:55:54 -03:00
README.md Update go dependencies to v1.17.0 2019-12-10 21:55:54 -03:00
tabwriter.go Update go dependencies to v1.17.0 2019-12-10 21:55:54 -03: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.