Update README.md

add https://github.com/lennon-guan/pipe and https://github.com/lennon-guan/dada
This commit is contained in:
guanming 2016-09-07 15:05:37 +08:00 committed by GitHub
parent 553f66f958
commit 9a2ff9fd0b

View File

@ -220,6 +220,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [hilbert](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves.
* [levenshtein](https://github.com/agnivade/levenshtein) - Implementation to calculate levenshtein distance in Go.
* [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing
* [pipe](https://github.com/lennon-guan/pipe) - A golang library that makes operations on slice/map easilier
* [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.
* [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go
@ -820,6 +821,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.
* [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.
* [dada](https://github.com/lennon-guan/dada) - Dada is a simple and fast html template engine for go programming language.
* [damsel](https://github.com/dskinner/damsel) - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.
* [ego](https://github.com/benbjohnson/ego) - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
* [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](http://golang.org/pkg/text/template/).