/dgolzo

Go wrapper for LZO compression library

Primary LanguageGo

This is a cgo wrapper around the LZO real-time compression library.

LZO is available at http://www.oberhumer.com/opensource/lzo/

lzo.go is the go package

lzopack.go is a sample program that demonstrates using the library. It is reimplementation of, and compatible with, the 'lzopack.c' example distributed with LZO.

This code is released under the GPLv3, or any later version.