irfansharif / cfilter

Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)
MIT License
762 stars 37 forks source link

Fix linting issues, remove stuttering from New #2

Closed jgeiger closed 8 years ago

jgeiger commented 8 years ago
irfansharif commented 8 years ago

thank you for this, first time writing anything in Go so still need to get used to writing idiomatic code (didn't even know about golint).