1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/archive
Phil Estes 79240b9eaf Correct mismatched function names (UID() and Gid())
All the go-lint work forced any existing "Uid" -> "UID", but seems to
not have the same rules for Gid, so stat package has calls UID() and
Gid().

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-10-12 10:58:33 -04:00
..
testdata
archive.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
archive_test.go
archive_unix.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
archive_unix_test.go
archive_windows.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
archive_windows_test.go
changes.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
changes_linux.go
changes_other.go
changes_posix_test.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
changes_test.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
changes_unix.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
changes_windows.go
copy.go
copy_test.go
copy_unix.go
copy_windows.go
diff.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
diff_test.go
example_changes.go
README.md
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

This code provides helper functions for dealing with archive files.