1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-15 04:58:36 +00:00

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

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. 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 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) 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 Example
------- -------