A helper library for the Go (Golang) "archive" package that allows to (un)archive file/directory to/from file/writer/reader
- Archive a file/directory to a file/writer
- Unarchive a file/reader to a file/directory
Only the "archive/zip" package is supported.