From 0cfd83c94a25288aeb286ba6564fe6c6f93fc5f2 Mon Sep 17 00:00:00 2001 From: Diogo Beda Date: Sun, 5 May 2019 18:48:26 -0300 Subject: [PATCH] Add diogobeda/bimap to Hashtables section --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index 7e9e0dc1..14474c5d 100644 --- a/Projects.md +++ b/Projects.md @@ -374,6 +374,7 @@ If you find a project in this list that is dead or broken, please either mark it * [gohash](http://code.google.com/p/gohash/) - A simple linked-list hashtable that implements sets and maps * [go-maps](https://github.com/serge-hulne/go-maps) - Go maps generalized to interfaces + * [bimap](https://github.com/diogobeda/bimap) - A simple bidirectional map implementation ### Lists