kelindar / bitmap

Simple dense bitmap index in Go with binary operators
MIT License
306 stars 23 forks source link

syntax error #30

Open NoodlesPi opened 2 years ago

NoodlesPi commented 2 years ago

the syntax var books := bitmap.Bitmap in Example Usage should change to var books bitmap.Bitmap