geohot / minikeyvalue

A distributed key value store in under 1000 lines. Used in production at comma.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing go.mod/go.sum

sc0Vu opened this issue · comments

Hi

When I run ./mkv, I found that there is no go.mod.go.sum file in the project.
Do you want to add these go module file?

And did you consider about use sha256 instead of md5 (hash collision)?

Thanks.