moby--moby/pkg/archive
Daniel Nephin 93fbdb69ac Remove error return from RootPair
There is no case which would resolve in this error. The root user always exists, and if the id maps are empty, the default value of 0 is correct.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-06-07 11:45:33 -04:00
..
testdata
README.md
archive.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
archive_linux.go
archive_linux_test.go
archive_other.go
archive_test.go
archive_unix.go Remove ToHost and replace it with IDMappings.ToHost 2017-06-07 11:44:34 -04:00
archive_unix_test.go
archive_windows.go Remove ToHost and replace it with IDMappings.ToHost 2017-06-07 11:44:34 -04:00
archive_windows_test.go
changes.go Convert tarAppender to the newIDMappings. 2017-06-07 11:44:34 -04:00
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go
changes_unix.go
changes_windows.go
copy.go
copy_unix.go
copy_unix_test.go
copy_windows.go
diff.go Remove ToHost and replace it with IDMappings.ToHost 2017-06-07 11:44:34 -04:00
diff_test.go
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

README.md

This code provides helper functions for dealing with archive files.