type *graphsql.Store[int, int]
of store does not match inferred type graph.Store[int, int]
for graph.Store[K, T]
#4
Labels
bug
Something isn't working
Hi, hope you are doing fine
I am experimenting with this module and while running the example provided in the README, I got this error:
I am quite new to go, so I am not entirely sure I understand what is happening, my understanding is the
graph.NewWithStore()
function expects agraph.Store[K, T]
and we are passing a*graphsql.Store[int, int]
, is this correct? If so, how can we fix?Thanks a lot for your amazing work, I do appreciate it :)
The text was updated successfully, but these errors were encountered: