github.com/fabiokung/docker@v0.11.2-0.20170222101415-4534dcd49497/pkg/archive/archive_other.go (about)

     1  // +build !linux
     2  
     3  package archive
     4  
     5  func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
     6  	return nil
     7  }