I'm attempting to use bolthold and when I tried to test if an index is available using the store.IndexExists() function I came across this issue. I'm pretty new to golang so maybe I'm missing something but I think the interface type definition in store.go should be exported.
I'm attempting to use bolthold and when I tried to test if an index is available using the store.IndexExists() function I came across this issue. I'm pretty new to golang so maybe I'm missing something but I think the interface type definition in store.go should be exported.