doc.go 280 B

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