podman-build/vendor/github.com/moby/go-archive/archive_other.go
2025-10-11 12:30:35 +09:00

8 lines
122 B
Go

//go:build !linux
package archive
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
return nil
}