storage/pkg/archive/archive_other.go

8 lines
139 B
Go

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