Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + type Column struct + Lines int + Name string + SeparateLine bool + func Col(name string) Column + func NewLineCol(name string) Column + type TableWriter struct + func New(cols ...Column) *TableWriter + func (w *TableWriter) Flush(out io.Writer) error + func (w *TableWriter) Write(r map[string]interface{})