Versions in this module Expand all Collapse all v1 v1.103.1 Jul 1, 2026 v1.103.0 Jun 29, 2026 Changes in this version + type Table struct + Header []string + Rows []map[string]string + func Parse(raw []byte) (*Table, error) + func (t *Table) Column(name string) ([]string, bool) + func (t *Table) HasColumns(cols ...string) bool + func (t *Table) JSON() ([]byte, error)