bits-and-blooms / bloom

Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k stars 232 forks source link

Update bloom.go #69

Closed moredure closed 3 years ago

lemire commented 3 years ago

I welcome additional tests but I don’t think that they are in the right file.

moredure commented 3 years ago

@lemire I'll add them soon.

lemire commented 3 years ago

Ok. Let us wait for the tests.

moredure commented 3 years ago

Should we run go fmt for entire codebase?

lemire commented 3 years ago

Yes, do an fmt please.

moredure commented 3 years ago

Looks like the fmt issue originate from original codebase and my code doesn't have the parts needed to be go fmt'ed

lemire commented 3 years ago

Thanks.