You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting with this module and while running the example provided in the README, I got this error:
type*graphsql.Store[int, int] ofstoredoesnotmatchinferredtypegraph.Store[int, int] for graph.Store[K, T]
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 a graph.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 :)