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:
parent
a52a5243bc
commit
5d32b4003b
1 changed files with 8 additions and 8 deletions
16
README.md
16
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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue