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 think we can do some really cool things with this. The main examples that stand out in my mind are:
Add support for new ipld types
i've been struggling to decide how i want to ship the blockchain and git integrations, this solves the problem nicely
Add support for new libp2p transports
I don't necessarily want to ship ipfs with support for utp, udt, webrtc, and friends by default. But if users want to try these out easily, using a plugin really makes sense to me here
The text was updated successfully, but these errors were encountered:
With go1.8 we can now load plugins at runtime: https://golang.org/pkg/plugin/
I think we can do some really cool things with this. The main examples that stand out in my mind are:
The text was updated successfully, but these errors were encountered: