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

General improvements and fixes #39

Closed nicolaasuni closed 7 years ago

nicolaasuni commented 7 years ago

@willf Please check the target/report/errcheck.txt report, there are 3 ignored errors (also reported by AST scan). You may want report them back eventually. I haven't fixed these to not change the functions' signatures.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.638% when pulling ae433ef7b2c1d1011ea88f764c784de06e022124 on tecnickcom:master into c94658585882dfee6fc54c8ed65d12acf0daafe9 on willf:master.

willf commented 7 years ago

Thanks, @nicolaasuni I'll look at the AST errors at some point.