forked from toolshed/abra
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !linux
 | |
| 
 | |
| package archive
 | |
| 
 | |
| func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
 | |
| 	return nil
 | |
| }
 |