github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/pkg/archive/archive_other.go (about) 1 //go: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 }