moby--moby/pkg/system
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
..
chtimes.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
chtimes_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
chtimes_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
chtimes_windows_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
errors.go
events_windows.go
filesys.go Windows: Fix use of IsAbs check 2015-08-26 12:38:28 -07:00
filesys_windows.go Windows: Fix use of IsAbs check 2015-08-26 12:38:28 -07:00
lstat.go
lstat_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
meminfo_unsupported.go
meminfo_windows.go
mknod.go
mknod_windows.go
stat.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_freebsd.go
stat_linux.go
stat_unix_test.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_unsupported.go
stat_windows.go
umask.go
umask_windows.go
utimes_darwin.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_freebsd.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_linux.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_unsupported.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
xattrs_linux.go
xattrs_unsupported.go