Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + type Archive interface + Close func() error + Operate func() error + type ArchiveReader struct + func (ar *ArchiveReader) Close() error + func (ar *ArchiveReader) Operate() error + type ArchiveWriter struct + func (aw *ArchiveWriter) Close() error + func (aw *ArchiveWriter) Operate() error + type File struct + Body string + Name string