github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/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, error) {
     6  	return nil, nil
     7  }