From 28fc387cf0c933128d0adad6d633c8f4a719d8ee Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 17:48:07 +0000 Subject: [PATCH] Add readme file for the archive directory See issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) --- archive/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archive/README.md diff --git a/archive/README.md b/archive/README.md new file mode 100644 index 000000000..4eb0c0418 --- /dev/null +++ b/archive/README.md @@ -0,0 +1,3 @@ +This code provides helper functions for dealing with archive files. + +**TODO**: Move this to either `pkg` or (if not possible) to `utils`.