mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
8 lines
122 B
Go
8 lines
122 B
Go
//go:build !linux
|
|
|
|
package archive
|
|
|
|
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
|
return nil
|
|
}
|