package
1.0.1
Repository: https://github.com/subchen/go-stack.git
Documentation: pkg.go.dev

# Packages

Package tar implements the Archive interface providing tar.gz archiving and compression.
Package zip implements the Archive interface providing zip archiving and compression.

# Functions

New archive If the exentions of the target file is .zip, the archive will be in the zip format, otherwise, it will be a tar.gz archive.

# Interfaces

Archive represents a compression archive files from disk can be written to.