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
|
|
}
|