From 4ab9185a577ab48f86670a1ecd15ac4698235d54 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 9 Mar 2015 13:54:06 -0400 Subject: [PATCH] tar/asm: package docs --- tar/asm/doc.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tar/asm/doc.go diff --git a/tar/asm/doc.go b/tar/asm/doc.go new file mode 100644 index 0000000..43748a0 --- /dev/null +++ b/tar/asm/doc.go @@ -0,0 +1,8 @@ +/* +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