1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-15 04:58:36 +00:00
tar-split/tar/asm
2015-02-24 17:07:00 -05:00
..
assemble.go tar/asm: initial assmebly of tar stream 2015-02-24 17:07:00 -05:00
README.md tar/asm: initial assmebly of tar stream 2015-02-24 17:07:00 -05:00

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.