storage/pkg/archive
Ahmet Alp Balkan 2180aa4f6f Refactor pkg/archive with a platform-independent stat struct
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>
2014-11-14 18:20:54 -08:00
..
testdata
MAINTAINERS
README.md
archive.go Refactor pkg/archive with a platform-independent stat struct 2014-11-14 18:20:54 -08:00
archive_test.go
archive_unix.go Refactor pkg/archive with a platform-independent stat struct 2014-11-14 18:20:54 -08:00
archive_windows.go Refactor pkg/archive with a platform-independent stat struct 2014-11-14 18:20:54 -08:00
changes.go Refactor pkg/archive with a platform-independent stat struct 2014-11-14 18:20:54 -08:00
changes_test.go
diff.go Refactor pkg/archive with a platform-independent stat struct 2014-11-14 18:20:54 -08:00
example_changes.go
time_linux.go
time_unsupported.go
wrap.go

README.md

This code provides helper functions for dealing with archive files.