From 17fc0fc5d78a6225bddcd6b060364e4bc7f0f951 Mon Sep 17 00:00:00 2001 From: Stefan Nilsson Date: Thu, 18 May 2017 12:18:00 +0200 Subject: [PATCH] Add github.com/yourbasic/bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d89eb3e8..779eb67c 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Generic datastructures and algorithms in Go.* * [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream. +* [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions. * [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. * [bloom](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. * [bloom](https://github.com/yourbasic/bloom) - Golang Bloom filter implementation.