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
pubsub/ipfs-api/pubsub.go:15:2: shell.PubSubRecord.Data is a field, not a method
pubsub/ipfs-api/pubsub.go:15:2: cannot use *shell.PubSubRecord as type pubsub.Record in return argument:
*shell.PubSubRecord does not implement pubsub.Record (missing Data method)
@camstuart No, that wouldn't make much sense because it would just recurse infinitely.
I have the hunch that the API of go-ipfs-shell changed since I wrote this package. Unfortunately I currently don't really have time to update it to use the new one. I would be happy to merge PRs, though.
During a
go get
I get the error:Generated by this line:
go-orbitdb/pubsub/ipfs-api/pubsub.go
Line 15 in 3164f35
Is it not:
instead?
The text was updated successfully, but these errors were encountered: