bloom
bloom copied to clipboard
Create simple example_test.go
trafficstars
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:
