15 lines
No EOL
313 B
Markdown
15 lines
No EOL
313 B
Markdown
# Archiver
|
|
A golang library for extracting and creating archives.
|
|
|
|
[Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver)
|
|
|
|
## Roadmap
|
|
- [ ] Automatically detect the archive format
|
|
- [x] Add mutexes to work with concurrency
|
|
|
|
## Supported Formats
|
|
- `.tar.gz`
|
|
- `.tar.bz2`
|
|
- `.tar.xz`
|
|
- `.tar`
|
|
- `.zip` |