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 + func Fprintf(w io.Writer, format string, a ...interface{}) (int, error) + type Writer struct + func NewWriter(w io.Writer, format string, lineSeparator string) *Writer + func (w *Writer) Close() error + func (w *Writer) Flush() error + func (w *Writer) WriteObject(obj interface{}) error + func (w *Writer) WriteObjects(objects interface{}) error