diff options
Diffstat (limited to 'vendor/github.com/docker/docker/pkg/archive/archive_other.go')
-rw-r--r-- | vendor/github.com/docker/docker/pkg/archive/archive_other.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/docker/docker/pkg/archive/archive_other.go b/vendor/github.com/docker/docker/pkg/archive/archive_other.go new file mode 100644 index 000000000..54acbf285 --- /dev/null +++ b/vendor/github.com/docker/docker/pkg/archive/archive_other.go @@ -0,0 +1,7 @@ +// +build !linux + +package archive + +func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter { + return nil +} |