github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/pkg/archive/archive_other.go (about)

     1  // +build !linux
     2  
     3  package archive // import "github.com/docker/docker/pkg/archive"
     4  
     5  func getWhiteoutConverter(format WhiteoutFormat, inUserNS bool) tarWhiteoutConverter {
     6  	return nil
     7  }