On Tue, May 21, 2019 at 5:08 PM Nitish Saboo <nitish.sabo...@gmail.com>
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.

Reply via email to