Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + type Writer struct + func AppendWriterFile(filename string) (*Writer, error) + func NewWriter(file io.WriteCloser) *Writer + func NewWriterFile(filename string) (*Writer, error) + func (w *Writer) Close() error