Move archive package into pkg/archive

Now that the archive package does not depend on any docker-specific
packages, only those in pkg and vendor, it can be safely moved into pkg.

Signed-off-by: Rafe Colton <rafael.colton@gmail.com>
This commit is contained in:
Rafe Colton 2014-09-29 23:23:36 -07:00
parent fdc594e811
commit bd898dfb55
11 changed files with 1912 additions and 0 deletions

1
archive/README.md Normal file
View file

@ -0,0 +1 @@
This code provides helper functions for dealing with archive files.