mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
579 B
579 B
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
andSetRememberedWidths([]int) *Writer
allows obtaining and transferring remembered column width between writers.