moby--moby/pkg/archive/archive_other.go

9 lines
217 B
Go

//go:build !linux
// +build !linux
package archive // import "github.com/docker/docker/pkg/archive"
func getWhiteoutConverter(format WhiteoutFormat, inUserNS bool) (tarWhiteoutConverter, error) {
return nil, nil
}