Versions in this module Expand all Collapse all v0 v0.5.0 Sep 8, 2024 v0.4.0 Sep 9, 2022 Changes in this version + type Archiver interface + ArchiveDirectory func(directory string, predicate func(string) bool, out io.WriteCloser) error + func New(typ Type) (Archiver, error) + type Extracter interface + Extract func(in io.ReadCloser, targetDir string) error + type Type int + const TypeTarGz + const TypeUnknown + func (t Type) String() string