[go-nuts] uncompress a .zz file in Go

2019-05-21 Thread Nitish Saboo
Hi,

How to uncompress .zz file in Go?

Thanks,
Nitish

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/10f542c1-9b79-4daf-9c49-5e194c876c26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] uncompress a .zz file in Go

2019-05-21 Thread Sebastien Binet
On Tue, May 21, 2019 at 5:08 PM Nitish Saboo 
wrote:

> Hi,
>
> How to uncompress .zz file in Go?
>
use top? (sorry.)

I don't know of any Go package that handle directly Zzip archives.
but it seems ZZip archives somehow use LZMA2 compression.
 and there's (at least) a package to do that:
- https://godoc.org/github.com/ulikunitz/xz/lzma

hth,
-s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAAV3P_C9uZA6WUrT2LZSjMQ37PQ-aSZTSPD1t%3DtAJh1jQrTrnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.