jwkohnen / xzwriter

Package xzwriter provides a writer XZWriter that pipes through an external XZ compressor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xzwriter: a trivial Go library for compressing with XZ.

Apache License v2.0 GoDoc

Package xzwriter provides a writer XZWriter that pipes through an external XZ compressor.

Expects the Tukaani XZ tool in $PATH. See the XZ Utils home page: http://tukaani.org/xz/

License

As this is a trivial convenience package, you should probably not import this. Anyway licensed under the Apache License, Version 2.0.

See also

https://github.com/ulikunitz/xz

About

Package xzwriter provides a writer XZWriter that pipes through an external XZ compressor.

License:Apache License 2.0


Languages

Language:Go 100.0%