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