summaryrefslogtreecommitdiff
path: root/pkg/archive/archive_other.go
blob: 28ae2769c5a8a9e4ddd9ee40fe4f9b2eef8e2693 (plain)
1
2
3
4
5
6
7
8
//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
}