1
0
Fork 0

README.md: put the docs higher

This commit is contained in:
Vincent Batts 2015-03-09 14:24:00 -04:00
parent a52a5243bc
commit 5d32b4003b
1 changed files with 8 additions and 8 deletions

View File

@ -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
-------