Moved the implementation of this hash table from `tools/dsa` #1. Reviewed-on: #1 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>
12 lines
194 B
Makefile
12 lines
194 B
Makefile
unit:
|
|
go test ./... -cover -v
|
|
|
|
mutation:
|
|
gremlins unleash
|
|
|
|
fuzz:
|
|
go test ./... -fuzz=$(FN)
|
|
|
|
docs:
|
|
@echo ">>> Visit: http://localhost:6060/pkg/git.maximhutz.com/tools/dsa/"
|
|
godoc -http=:6060
|