From 4d27932138eb21551900a0b55e81ff864eefd6dc Mon Sep 17 00:00:00 2001 From: spekary Date: Tue, 22 Mar 2022 22:38:02 -0700 Subject: [PATCH] Changing organization of package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b1c4e6..0a0d301f 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ _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. - [bitmap](https://github.com/kelindar/bitmap) - Dense, zero-allocation, SIMD-enabled bitmap/bitset in Go. -- [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. +- [bitset](https://github.com/bits-and-blooms/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. - [bloomfilter](https://github.com/OldPanda/bloomfilter) - Yet another Bloomfilter implementation in Go, compatible with Java's Guava library.