Compare commits
No commits in common. "main" and "v0.1.1" have entirely different histories.
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ The whole goal with this library is to create something that can both read and w
|
|||
## Roadmap
|
||||
- [x] Automatically detect the archive format
|
||||
- [x] Add mutexes to work with concurrency
|
||||
- [ ] Support RAR format (will be read-only)
|
||||
- [ ] Support RAR format
|
||||
- [ ] Support zstd format
|
||||
- [ ] Add writing capability
|
||||
- [ ] Support multithreaded gzip
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module egtyl.xyz/shane/archiver
|
||||
module egtyl.xyz/omnibill/archiver
|
||||
|
||||
go 1.23.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue