From 5d32b4003bbc874a54d93555319ebdf6e9561825 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 9 Mar 2015 14:24:00 -0400 Subject: [PATCH] README.md: put the docs higher --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 698bc4b..1ca0ae9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ The goal being that by preserving the raw bytes of each header, padding bytes, and the raw file payload, one could reassemble the original archive. +Docs +---- + +* https://godoc.org/github.com/vbatts/tar-split/tar/asm +* https://godoc.org/github.com/vbatts/tar-split/tar/storage +* https://godoc.org/github.com/vbatts/tar-split/archive/tar + + Caveat ------ @@ -43,14 +51,6 @@ Std Version The version of golang stdlib `archive/tar` is from go1.4.1, and their master branch around [a9dddb53f](https://github.com/golang/go/tree/a9dddb53f) -Docs ----- - -* https://godoc.org/github.com/vbatts/tar-split/archive/tar -* https://godoc.org/github.com/vbatts/tar-split/tar/storage -* https://godoc.org/github.com/vbatts/tar-split/tar/asm - - Example -------