From 997df3585a8bc0debc4a2e801436d75075a29539 Mon Sep 17 00:00:00 2001 From: Shane C Date: Wed, 4 Dec 2024 11:56:01 -0500 Subject: [PATCH] update roadmap --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7002b8f..37b37b4 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ A golang library for extracting and creating archives. [Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver) +The whole goal with this library is to create something that can both read and write to the archives themselves. + ## Roadmap - [x] Automatically detect the archive format - [x] Add mutexes to work with concurrency - [ ] Support RAR format +- [ ] Support zstd format - [ ] Add writing capability +- [ ] Support multithreaded gzip ## Supported Formats - `.tar.gz`