github.com/openshift/moby-moby@v1.13.2-0.20170601211448-f5ec1e2936dc/pkg/archive/archive_other.go (about) 1 // +build !linux 2 3 package archive 4 5 func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter { 6 return nil 7 }