github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/pkg/archive/archive_other.go (about)

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