feat: custom lint rule, fixed readme
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# <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).
|
||||
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
|
||||
Read more about it in [the package documentation][docs].
|
||||
|
||||
[docs]: https://pkg.go.dev/git.maximhutz.com/tools/go-cuckoo
|
||||
|
||||
Reference in New Issue
Block a user