forked from mirrors/tar-split
README: fix headings
This commit is contained in:
parent
fc1d5b4422
commit
43b7a5effb
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
Overview
|
Overview
|
||||||
--------
|
========
|
||||||
|
|
||||||
Extend the upstream golang stdlib `archive/tar` library, to expose the raw
|
Extend the upstream golang stdlib `archive/tar` library, to expose the raw
|
||||||
bytes of the TAR, rather than just the marshalled headers and file stream.
|
bytes of the TAR, rather than just the marshalled headers and file stream.
|
||||||
|
@ -9,7 +9,7 @@ and the raw file payload, one could reassemble the original archive.
|
||||||
|
|
||||||
|
|
||||||
Caveat
|
Caveat
|
||||||
======
|
------
|
||||||
|
|
||||||
Eventually this should detect TARs that this is not possible with.
|
Eventually this should detect TARs that this is not possible with.
|
||||||
|
|
||||||
|
@ -23,13 +23,13 @@ precise reassembly is not possible.
|
||||||
|
|
||||||
|
|
||||||
Contract
|
Contract
|
||||||
========
|
--------
|
||||||
|
|
||||||
Do not break the API of stdlib `archive/tar`
|
Do not break the API of stdlib `archive/tar`
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
-------
|
||||||
|
|
||||||
See LICENSE
|
See LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue