Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
5e7229d32d88eedcaea8ab4f5c6de80884f0c420
/
.
/
pkg
/
archive
/
archive_other.go
blob: 54acbf285667f05d234b39171c5a634386050e3b [
file
]
// +build !linux
package archive
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
return nil
}