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

fix ReadFrom #16

Closed cenkalti closed 9 years ago

cenkalti commented 9 years ago

locBuff field was not allocated on ReadFrom. It was causing panic when Test is called.

willf commented 9 years ago

Thanks.