On Tuesday 13 January 2015 14:13:37 [email protected] wrote: > > Anyone ported the xz compressor/decompressor which > > is gaining traction these days? > > Have you checked the Go packages? Something tells me you may find a > portable version there. > > Lucio.
found this... looks interesting but not ready yet according to the description https://github.com/uli-go/xz the most recent suggestion of "using xz from go" was basically to call the xz binary from the go code: http://stackoverflow.com/questions/19555373/read-xz-files-in-go
