From e883e824f6e7713ddefc088331ed43d5b8f7ba14 Mon Sep 17 00:00:00 2001 From: Alexander Pantyukhin Date: Fri, 7 Feb 2020 12:39:52 +0400 Subject: [PATCH] Add pattern matching lib. (#2923) * Add pattern matching lib. * fix order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47799cd1..9490172a 100644 --- a/README.md +++ b/README.md @@ -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.