From 8ea33b4a4245573ae5d5c66a7dd6aad798133e21 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 23 Mar 2015 16:35:42 -0400 Subject: [PATCH] README.md: comments on what's next --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b619b7..c5e9a71 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,11 @@ What's Next? ------------ * More implementations of storage Packer and Unpacker + - could be a redis or mongo backend * More implementations of FileGetter and FilePutter + - could be a redis or mongo backend * cli tooling to assemble/disassemble a provided tar archive +* would be interesting to have an assembler stream that implements `io.Seeker` License -------