github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/pkg/archive/archive_other.go (about) 1 //go:build !linux 2 3 package archive // import "github.com/Prakhar-Agarwal-byte/moby/pkg/archive" 4 5 func getWhiteoutConverter(format WhiteoutFormat, inUserNS bool) (tarWhiteoutConverter, error) { 6 return nil, nil 7 }