Registry / utility / xi2-xz

xi2-xz

JSON →
library0.0.0-20171230120015-48954b6210f8gogounverified

Package xz implements XZ decompression in pure Go.

go get github.com/xi2/xz
INSTALL
IMPORT
SIG · XI2-XZ
X
xi2-xz
utilitygov0.0.0-20171230120015-48954b6210f8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xz
github.com/xi2/xz

Decompress XZ data

package main import ( "bytes" "fmt" "io/ioutil" "github.com/xi2/xz" ) func main() { compressed := []byte{...} // XZ compressed data reader, _ := xz.NewReader(bytes.NewReader(compressed)) decompressed, _ := ioutil.ReadAll(reader) fmt.Println(string(decompressed)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171230120015-48954b6210f8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
xi2-xz — go get xi2-xz · libregistry