forked from mirrors/tar-split
tar/asm: initial assmebly of tar stream
This commit is contained in:
parent
34a67dfed5
commit
7ccbb9d40c
2 changed files with 71 additions and 0 deletions
18
tar/asm/README.md
Normal file
18
tar/asm/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
asm
|
||||
===
|
||||
|
||||
This library for assembly and disassembly of tar archives, facilitated by
|
||||
`github.com/vbatts/tar-split/tar/storage`.
|
||||
|
||||
|
||||
|
||||
Thoughts
|
||||
--------
|
||||
|
||||
While the initial implementation is based on a relative path, I'm thinking the
|
||||
next step is to have something like a FileGetter interface, of which a path
|
||||
based getter is just one type.
|
||||
|
||||
Then you could pass a path based Getter and an Unpacker, and receive a
|
||||
io.Reader that is your tar stream.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue