Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 502 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 502 Bytes

lzo

lzo implements reading and writing of lzo format compressed files for Go, following lzop format. It uses the lzo C library underneath.

Installation

Download and install :

$ go get github.com/cyberdelia/lzo

Add it to your code :

import "github.com/cyberdelia/lzo"

Command line tool

Download and install:

$ go get github.com/cyberdelia/lzo/cmd/lzop

Compress and decompress:

$ lzop testdata/pg135.txt
$ lzop -d testdata/pg135.txt.lzo