This repository provides an implementation of the LZO1X decompression algorithm in Go.
The implementation is derived from the Linux kernel documentation for the LZO stream format and the implementation from lzokay
project (MIT licensed). It includes a Reader
for streaming decompressed data and a standalone Decompress
function for use with byte slices.
To use this library:
go get github.com/anchore/go-lzo