archiver/README.md

15 lines
313 B
Markdown
Raw Normal View History

2024-11-01 17:34:12 +01:00
# Archiver
A golang library for extracting and creating archives.
[Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver)
## Roadmap
- [x] Automatically detect the archive format
- [x] Add mutexes to work with concurrency
2024-11-01 17:34:12 +01:00
## Supported Formats
- `.tar.gz`
- `.tar.bz2`
- `.tar.xz`
- `.tar`
- `.zip`