vendor containers/image 5c10ea7c3f0b1f2e36164c15667cc847b1784e16

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-07-01 23:07:34 +02:00
parent 9adb76bf15
commit 09586bb08f
167 changed files with 15622 additions and 27 deletions

9
vendor/github.com/vbatts/tar-split/tar/asm/doc.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/*
Package asm provides the API for streaming assembly and disassembly of tar
archives.
Using the `github.com/vbatts/tar-split/tar/storage` for Packing/Unpacking the
metadata for a stream, as well as an implementation of Getting/Putting the file
entries' payload.
*/
package asm