Versions in this module Expand all Collapse all v1 v1.4.1 Oct 10, 2016 v1.4.0 Oct 2, 2016 Changes in this version + func SortByFunction(len int, swap func(int, int), less func(int, int) bool) + type Table struct + func (t *Table) AddColumn(name string, getter interface{}) + func (t *Table) Render(items interface{}, out io.Writer, columnNames ...string) error + type TableColumn struct + Getter reflect.Value + Name string