issues
search
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
Create simple example_test.go
#87
Open
kz-sher
opened
1 year ago
kz-sher
commented
1 year ago
What are the changes?
Create a file named as "example_test.go" for testable example.
The example file has different package scope with name as "bloom_test"
Reference:
https://go.dev/blog/examples
Why is it useful?
it would be more convenient for developers to simply interact with this package on
https://pkg.go.dev/github.com/bits-and-blooms/bloom/v3
Sample:
What are the changes?
Why is it useful?
Sample: