From 559910e8471e48d76d9e5a1ba15842dee77ad45d Mon Sep 17 00:00:00 2001 From: Will Fitzgerald Date: Thu, 30 Jul 2020 09:51:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c920f57..50338e7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ func main() { As an alternative to BitSets, one should check out the 'big' package, which provides a (less set-theoretical) view of bitsets. -Godoc documentation is at: https://godoc.org/github.com/willf/bitset +Package documentation is at: https://pkg.go.dev/github.com/willf/bitset?tab=doc ## Memory Usage