You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			5 years ago | |
|---|---|---|
| .. | ||
| AUTHORS | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| dec_bcj.go | 5 years ago | |
| dec_delta.go | 5 years ago | |
| dec_lzma2.go | 5 years ago | |
| dec_stream.go | 5 years ago | |
| dec_util.go | 5 years ago | |
| dec_xz.go | 5 years ago | |
| doc.go | 5 years ago | |
| reader.go | 5 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	Xz
Package xz implements XZ decompression natively in Go.
Documentation at https://godoc.org/github.com/xi2/xz.
Download and install with go get github.com/xi2/xz.
If you need compression as well as decompression, you might want to look at https://github.com/ulikunitz/xz.