containerd/vendor/github.com/docker/docker/pkg/archive/archive_other.go

8 lines
121 B
Go

// +build !linux
package archive
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
return nil
}