Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2026 v0.1.0 Mar 13, 2026 Changes in this version + func Write(w io.Writer, format OutputFormat, headers []string, rows [][]string, ...) error + func WriteCSV(w io.Writer, headers []string, rows [][]string) error + func WriteJSON(w io.Writer, v interface{}) error + func WriteTSV(w io.Writer, headers []string, rows [][]string) error + func WriteTable(w io.Writer, headers []string, rows [][]string) error + type OutputFormat string + const FormatCSV + const FormatJSON + const FormatTSV + const FormatTable + func ParseFormat(s string) (OutputFormat, error)