Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + var SupportedFormats = map[string]Archiver + var Tar tarFormat + var TarGz tarGzFormat + func RegisterFormat(name string, format Archiver) + type Archiver interface + Make func(destination string, sources []string) error + Match func(filename string) bool + Open func(source, destination string) error + Read func(input io.Reader, destination string) error + Write func(output io.Writer, sources []string) error + func MatchingFormat(fpath string) Archiver