1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/system
Iskander Sharipov cda9d5f7f0 pkg/system: return nil explicitly
Makes code less confusing.
Otherwise it looks like an error (typo of "==" instead "!=").

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2018-07-29 01:31:08 +03:00
..
chtimes.go
chtimes_test.go
chtimes_unix.go
chtimes_unix_test.go
chtimes_windows.go
chtimes_windows_test.go
errors.go
exitcode.go
filesys.go
filesys_windows.go
init.go
init_unix.go
init_windows.go
lcow.go system: add back lcow validation function 2018-06-27 15:24:26 -07:00
lcow_unix.go
lcow_windows.go
lstat_unix.go
lstat_unix_test.go
lstat_windows.go
meminfo.go
meminfo_linux.go
meminfo_unix_test.go
meminfo_unsupported.go
meminfo_windows.go
mknod.go
mknod_windows.go
path.go
path_windows_test.go
process_unix.go
process_windows.go
rm.go pkg/system: return nil explicitly 2018-07-29 01:31:08 +03:00
rm_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
stat_darwin.go
stat_freebsd.go
stat_linux.go
stat_openbsd.go
stat_solaris.go
stat_unix.go
stat_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
stat_windows.go
syscall_unix.go
syscall_windows.go
syscall_windows_test.go
umask.go
umask_windows.go
utimes_freebsd.go
utimes_linux.go
utimes_unix_test.go
utimes_unsupported.go
xattrs_linux.go
xattrs_unsupported.go