github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/pkg/archive/archive_other.go (about)

     1  // +build !linux
     2  
     3  package archive
     4  
     5  func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
     6  	return nil
     7  }