xz icon indicating copy to clipboard operation
xz copied to clipboard

Native Go XZ decompression package

Results 5 xz issues
Sort by recently updated
recently updated
newest added

Are you able to update the license to a standard one such as MIT or Apache 2?

When attempting to download this package with `go get` it returns an error. Input ``` GO111MODULE=on go get github.com/xi2/[email protected] ``` Output ``` go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 go get github.com/xi2/[email protected]: github.com/xi2/[email protected]:...

Adds a valid SPDX public domain license, and go.mod. For go mod and go doc the repository should be tagged `v1.0.0` and published: ```bash git tag v1.0.0 git push --tags...

Noticed and fixed a couple places where variable names shadowed Go keywords. This is my first pull request, so let me know if I messed up somewhere. Thanks

Although the project is in the Public Domain, it does not explicitly declare a license. The 0BSD license is added, following the approach taken by the [upstream source](https://tukaani.org/xz/embedded.html#_licensing) for recent...