pkg/archive contains code both invoked from cli (cross platform) and daemon (linux only) and Unix-specific dependencies break compilation on Windows. We extracted those stat-related funcs into platform specific implementations at pkg/system and added unit tests. Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com> |
||
|---|---|---|
| .. | ||
| MAINTAINERS | ||
| errors.go | ||
| lstat.go | ||
| lstat_test.go | ||
| lstat_windows.go | ||
| meminfo.go | ||
| meminfo_linux.go | ||
| meminfo_linux_test.go | ||
| meminfo_unsupported.go | ||
| mknod.go | ||
| mknod_windows.go | ||
| stat.go | ||
| stat_linux.go | ||
| stat_test.go | ||
| stat_unsupported.go | ||
| stat_windows.go | ||
| umask.go | ||
| umask_windows.go | ||
| utimes_darwin.go | ||
| utimes_freebsd.go | ||
| utimes_linux.go | ||
| utimes_test.go | ||
| utimes_unsupported.go | ||
| xattrs_linux.go | ||
| xattrs_unsupported.go | ||