Compare commits

...

3 commits
v0.1.1 ... main

Author SHA1 Message Date
72721eddcd
update readme 2024-12-12 10:08:49 -05:00
7fc67a10c9
transfer repo, remove retractions 2024-12-09 08:10:12 -05:00
4eb6158348
add retract directive in go mod 2024-12-08 21:05:15 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ The whole goal with this library is to create something that can both read and w
## Roadmap ## Roadmap
- [x] Automatically detect the archive format - [x] Automatically detect the archive format
- [x] Add mutexes to work with concurrency - [x] Add mutexes to work with concurrency
- [ ] Support RAR format - [ ] Support RAR format (will be read-only)
- [ ] Support zstd format - [ ] Support zstd format
- [ ] Add writing capability - [ ] Add writing capability
- [ ] Support multithreaded gzip - [ ] Support multithreaded gzip

2
go.mod
View file

@ -1,4 +1,4 @@
module egtyl.xyz/omnibill/archiver module egtyl.xyz/shane/archiver
go 1.23.2 go 1.23.2