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

8 lines
121 B
Go
Raw Normal View History

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