1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-04-03 13:58:45 +00:00
tar-split/internal/archive/tar/testdata
Vincent Batts c8b16f6803
*.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>
2025-01-28 11:04:47 -05:00
..
file-and-dir.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-incremental.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-long-nul.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-multi-hdrs.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-nil-sparse-data.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-nil-sparse-hole.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-not-utf8.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-sparse-big.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu-utf8.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
gnu.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
hardlink.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
hdr-only.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
invalid-go17.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
issue10968.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
issue11169.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
issue12435.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
neg-size.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
nil-uid.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-bad-hdr-file.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-bad-mtime-file.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-global-records.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-multi-hdrs.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-nil-sparse-data.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-nil-sparse-hole.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-nul-path.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-nul-xattrs.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-path-hdr.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-pos-size-file.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-records.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax-sparse-big.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
pax.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
small.txt *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
small2.txt *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
sparse-formats.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
star.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
trailing-slash.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
ustar-file-devs.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
ustar-file-reg.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
ustar.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
v7.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
writer-big-long.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
writer-big.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
writer.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
xattrs.tar *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00