test: added markdownlint config, and bugged README
All checks were successful
CI / Makefile Lint (pull_request) Successful in 23s
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 30s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 59s

This commit is contained in:
2026-03-20 20:59:47 -04:00
parent 1e237891e0
commit a32681a39b
3 changed files with 25 additions and 1 deletions

View File

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