From ded00f7f5debd6fa1993d9ef031c5a90da5047db Mon Sep 17 00:00:00 2001 From: Maksim Naumov Date: Wed, 28 Jan 2015 21:09:25 +0300 Subject: [PATCH] FastLz library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d04a4fc3..1dc02bc5 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command-line application. * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. * [delve](https://github.com/derekparker/delve) - Go debugger. +* [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. * [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images