github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/pkg/archive/archive_other.go (about) 1 // +build !linux 2 3 package archive 4 5 func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter { 6 return nil 7 }