github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/pkg/archive/archive_other.go (about) 1 // +build !linux 2 3 package archive 4 5 func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter { 6 return nil 7 }