Versions in this module Expand all Collapse all v1 v1.1.7 Mar 21, 2020 v1.1.6 Sep 14, 2019 Changes in this version + func PrintHorizontal(m map[string]interface{}) + func PrintRow(fields []string, row map[string]interface{}) + func PrintTable(fields []string, rows []map[string]interface{}) + type Table struct + Fields []string + Footer map[string]string + HideHead bool + Markdown bool + Rows []map[string]string + func New(fields []string) *Table + func (t *Table) AddFooter(footer map[string]string) + func (t *Table) AddRow(row map[string]interface{}) + func (t *Table) Print() + func (t *Table) String(title string) string