docker/pkg/archive/archive_other.go

8 строки
121 B
Go

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