archiver/README.md

313 B

Archiver

A golang library for extracting and creating archives.

Documentation Link

Roadmap

  • Automatically detect the archive format
  • Add mutexes to work with concurrency

Supported Formats

  • .tar.gz
  • .tar.bz2
  • .tar.xz
  • .tar
  • .zip