github.com/yuyangjack/moby@v0.0.0-20190814082046-288be08dc2ec/pkg/archive/archive_other.go (about) 1 // +build !linux 2 3 package archive 4 5 func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter { 6 return nil 7 }