mirror of
https://github.com/vbatts/tar-split.git
synced 2025-07-18 05:10:27 +00:00
*.go: move the carrierd archive/tar
to internal/
The feature of golang having source in a project path with "internal" makes the code only able to be imported by the project itself. https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit?tab=t.0 Since we have this carried version of `archive/tar` with our byte accounting patches, it is also means the version of archive/tar has not kept up with upstream. our tar-split libraries do not even utilize all the function calls of our carried archive/tar, so might as well limit anyone else in the world from calling them as well. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
42a2f59a07
commit
c8b16f6803
61 changed files with 6 additions and 5 deletions
BIN
archive/tar/testdata/file-and-dir.tar
vendored
BIN
archive/tar/testdata/file-and-dir.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-incremental.tar
vendored
BIN
archive/tar/testdata/gnu-incremental.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-long-nul.tar
vendored
BIN
archive/tar/testdata/gnu-long-nul.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-multi-hdrs.tar
vendored
BIN
archive/tar/testdata/gnu-multi-hdrs.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-nil-sparse-data.tar
vendored
BIN
archive/tar/testdata/gnu-nil-sparse-data.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-nil-sparse-hole.tar
vendored
BIN
archive/tar/testdata/gnu-nil-sparse-hole.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-not-utf8.tar
vendored
BIN
archive/tar/testdata/gnu-not-utf8.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-sparse-big.tar
vendored
BIN
archive/tar/testdata/gnu-sparse-big.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu-utf8.tar
vendored
BIN
archive/tar/testdata/gnu-utf8.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/gnu.tar
vendored
BIN
archive/tar/testdata/gnu.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/hardlink.tar
vendored
BIN
archive/tar/testdata/hardlink.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/hdr-only.tar
vendored
BIN
archive/tar/testdata/hdr-only.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/invalid-go17.tar
vendored
BIN
archive/tar/testdata/invalid-go17.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/issue10968.tar
vendored
BIN
archive/tar/testdata/issue10968.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/issue11169.tar
vendored
BIN
archive/tar/testdata/issue11169.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/issue12435.tar
vendored
BIN
archive/tar/testdata/issue12435.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/neg-size.tar
vendored
BIN
archive/tar/testdata/neg-size.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/nil-uid.tar
vendored
BIN
archive/tar/testdata/nil-uid.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-bad-hdr-file.tar
vendored
BIN
archive/tar/testdata/pax-bad-hdr-file.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-bad-mtime-file.tar
vendored
BIN
archive/tar/testdata/pax-bad-mtime-file.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-global-records.tar
vendored
BIN
archive/tar/testdata/pax-global-records.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-multi-hdrs.tar
vendored
BIN
archive/tar/testdata/pax-multi-hdrs.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-nil-sparse-data.tar
vendored
BIN
archive/tar/testdata/pax-nil-sparse-data.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-nil-sparse-hole.tar
vendored
BIN
archive/tar/testdata/pax-nil-sparse-hole.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-nul-path.tar
vendored
BIN
archive/tar/testdata/pax-nul-path.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-nul-xattrs.tar
vendored
BIN
archive/tar/testdata/pax-nul-xattrs.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-path-hdr.tar
vendored
BIN
archive/tar/testdata/pax-path-hdr.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-pos-size-file.tar
vendored
BIN
archive/tar/testdata/pax-pos-size-file.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-records.tar
vendored
BIN
archive/tar/testdata/pax-records.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax-sparse-big.tar
vendored
BIN
archive/tar/testdata/pax-sparse-big.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/pax.tar
vendored
BIN
archive/tar/testdata/pax.tar
vendored
Binary file not shown.
1
archive/tar/testdata/small.txt
vendored
1
archive/tar/testdata/small.txt
vendored
|
@ -1 +0,0 @@
|
|||
Kilts
|
1
archive/tar/testdata/small2.txt
vendored
1
archive/tar/testdata/small2.txt
vendored
|
@ -1 +0,0 @@
|
|||
Google.com
|
BIN
archive/tar/testdata/sparse-formats.tar
vendored
BIN
archive/tar/testdata/sparse-formats.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/star.tar
vendored
BIN
archive/tar/testdata/star.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/trailing-slash.tar
vendored
BIN
archive/tar/testdata/trailing-slash.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/ustar-file-devs.tar
vendored
BIN
archive/tar/testdata/ustar-file-devs.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/ustar-file-reg.tar
vendored
BIN
archive/tar/testdata/ustar-file-reg.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/ustar.tar
vendored
BIN
archive/tar/testdata/ustar.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/v7.tar
vendored
BIN
archive/tar/testdata/v7.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/writer-big-long.tar
vendored
BIN
archive/tar/testdata/writer-big-long.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/writer-big.tar
vendored
BIN
archive/tar/testdata/writer-big.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/writer.tar
vendored
BIN
archive/tar/testdata/writer.tar
vendored
Binary file not shown.
BIN
archive/tar/testdata/xattrs.tar
vendored
BIN
archive/tar/testdata/xattrs.tar
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue