1
0
Fork 0
forked from mirrors/tar-split

README: fix headings

This commit is contained in:
Vincent Batts 2015-02-20 13:47:57 -05:00
parent fc1d5b4422
commit 43b7a5effb

View file

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