Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cf31b9622ae9de4b5fb7a1c9456460980ab80281
/
.
/
pkg
/
archive
/
archive_other.go
blob: 65a73354c429bec3b4091f8d8a28a564e2add4df [
file
]
// +build !linux
package archive
// import "github.com/docker/docker/pkg/archive"
func getWhiteoutConverter(format WhiteoutFormat, inUserNS bool) tarWhiteoutConverter {
return nil
}