From 20d43e8b15c701e2fe2402a7c98725b5fb10940b Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Fri, 20 Mar 2026 20:24:06 -0400 Subject: [PATCH] feat: add link to `pkg.go.dev` in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 227c609..ff26908 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Go Cuckoo -A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. +A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. Read more about it in [the package documentation](https://pkg.go.dev/git.maximhutz.com/tools/go-cuckoo).