feat: add link to pkg.go.dev in README.md

This commit is contained in:
2026-03-20 20:24:06 -04:00
parent c049f430ac
commit 20d43e8b15

View File

@@ -1,3 +1,3 @@
# <img height="30" src="assets/logo.svg"> 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).