This repo contains plugins for github.com/go-orb/go-orb.
This project is a work in progress, please do not use yet!
- Chat with us on Discord
When you work on packages that require changes in other plugins or changes on the core you will need:
go-task mod-replace
This will add replace statements to all go.mod's in this repo.
Before a git commit you have to:
go-task mod-dropreplace
We do not accept commit's with a "replace" line outside of "github.com/go-orb/plugins/".
To prevent import cycles it's not allowed to import plugins in github.com/go-orb/go-orb.
go-orb is Apache 2.0 licensed same as go-micro.