1 /* 2 Package asm provides the API for streaming assembly and disassembly of tar 3 archives. 4 5 Using the `github.com/vbatts/tar-split/tar/storage` for Packing/Unpacking the 6 metadata for a stream, as well as an implementation of Getting/Putting the file 7 entries' payload. 8 */ 9 package asm 10