Update archive package to support overlay whiteouts

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2016-04-06 15:07:29 -07:00
parent 60dbea6c25
commit 9bb13f8f51
5 changed files with 200 additions and 78 deletions

7
archive/archive_other.go Normal file
View file

@ -0,0 +1,7 @@
// +build !linux
package archive
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
return nil
}