
Columnize is a really small go package that makes building cli's a little bit easier. in some cli designs, you want to output a number similar items in a human-readable way with nicely aligned columns. however, figuring out how wide to make each column is a boring problem to solve and eats your valuable time.
this package contains the source.