Versions in this module Expand all Collapse all v0 v0.0.10 Oct 12, 2019 v0.0.9 Oct 6, 2019 Changes in this version + var ErrMissingKeyValueSeparator = errors.New("missing key-value separator") + var ErrMissingLineSeparator = errors.New("missing line separator") + func NewWriter(input *NewWriterInput) (pipe.Writer, error) + type ErrInvalidFormat struct + Format string + func (e ErrInvalidFormat) Error() string + type NewWriterInput struct + ExpandHeader bool + Fit bool + Format string + FormatSpecifier string + Header []interface{} + KeySerializer stringify.Stringer + KeyValueSeparator string + LineSeparator string + Pretty bool + Reversed bool + Sorted bool + ValueSerializer stringify.Stringer + Writer io.Writer