1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-04-01 12:58:44 +00:00
tar-split/internal/archive/tar
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
..
testdata *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
common.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
example_test.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
format.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
reader.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
reader_test.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
stat_actime1.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
stat_actime2.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
stat_unix.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
strconv.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
strconv_test.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
tar_test.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
writer.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00
writer_test.go *.go: move the carrierd archive/tar to internal/ 2025-01-28 11:04:47 -05:00