mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Upstream-commit: 8222c86360b3f63174e1dbd9b35e27a3d01298bc Component: engine
8 lines
121 B
Go
8 lines
121 B
Go
// +build !linux
|
|
|
|
package archive
|
|
|
|
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
|
return nil
|
|
}
|