Add pattern matching lib. (#2923)

* Add pattern matching lib.

* fix order
This commit is contained in:
Alexander Pantyukhin 2020-02-07 12:39:52 +04:00 committed by GitHub
parent fcb1bf953f
commit e883e824f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1858,6 +1858,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [olaf](https://github.com/btnguyen2k/olaf) - Twitter Snowflake implemented in Go.
* [onecache](https://github.com/adelowo/onecache) - Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc).
* [panicparse](https://github.com/maruel/panicparse) - Groups similar goroutines and colorizes stack dump.
* [pattern-match](https://github.com/alexpantyukhin/go-pattern-match) - Pattern matching libray.
* [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool.
* [pgo](https://github.com/arthurkushman/pgo) - Convenient functions for PHP community.
* [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API.