Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + type Format struct + func NewFormat(fieldNames ...string) Format + func (f Format) Flag() string + func (f Format) Parser(r io.Reader) *Parser + type Parser struct + func NewParser(r io.Reader, format Format) *Parser + func (p *Parser) Err() error + func (p *Parser) Next() map[string]string