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