From bb8f53526ac59ad85aebeedc901a054841f48c3e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 24 Feb 2015 16:01:37 -0500 Subject: [PATCH] README.md: add storage doc link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ca63f..ad333f9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ The version of golang stdlib `archive/tar` is from go1.4.1, and their master bra Docs ---- -https://godoc.org/github.com/vbatts/tar-split/archive/tar +* https://godoc.org/github.com/vbatts/tar-split/archive/tar +* https://godoc.org/github.com/vbatts/tar-split/tar/storage Example