From 82a5e811b319343b27c934a45926c6cada7e0704 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 20 Feb 2015 15:44:07 -0500 Subject: [PATCH] README.md: add Next Steps --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2216d70..f6c06b7 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,17 @@ ca9e19966b892d9ad5960414abac01ef585a1e22 tar-split.tar ca9e19966b892d9ad5960414abac01ef585a1e22 tar-split.tar.out ``` +What's Next? +------------ + +* Package for convenience handling around collecting the RawBytes() +* Marshalling and storing index, ordering, file size and perhaps relative path of extracted files + - perhaps have an API to allow user to provided a `hash.Hash` to checksum and store for the file payloads + - though not enabled by default + - this way, users wanting to implement an on disk tree validation could do so + - but otherwise, we rely on the resulting re-assembled tar be validated +* Using stored index information, make an API for providing `io.Reader` and perhaps `tar.Reader` from re-assembled tar + License -------