Documentation ¶ Index ¶ func Untargz(input io.Reader, dest string, skipName string) error func Unzip(input io.ReaderAt, size int64, dest string, skipName string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Untargz ¶ func Untargz(input io.Reader, dest string, skipName string) error Thanks to https://stackoverflow.com/questions/28249782/is-it-possible-to-extract-a-tar-xz-package-in-golang func Unzip ¶ func Unzip(input io.ReaderAt, size int64, dest string, skipName string) error Thanks to https://golangcode.com/unzip-files-in-go/ Types ¶ This section is empty. Source Files ¶ View all Source files compression.go untargz.go unzip.go Click to show internal directories. Click to hide internal directories.