asnimansari / lzo

lzo implements reading and writing of lzop format compressed files

Home Page:https://godoc.org/github.com/cyberdelia/lzo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

lzo implements reading and writing of lzop format compressed files

https://godoc.org/github.com/cyberdelia/lzo

License:MIT License


Languages

Language:Go 100.0%