Skip to content

go-orb/plugins

Repository files navigation

github.com/go-orb/go-orb -> plugins

This repo contains plugins for github.com/go-orb/go-orb.

WIP

This project is a work in progress, please do not use yet!

Community

Development

We do not accept commit's with a "replace" line in a go.mod.

Run the tests

  • all:

    ./scripts/test.sh test all
  • or just one:

     ./scripts/test.sh test client/orb_transport/grpc

Quirks

It's not allowed to import plugins in github.com/go-orb/go-orb

To prevent import cycles it's not allowed to import plugins in github.com/go-orb/go-orb.

Authors

License

go-orb is Apache 2.0 licensed same as go-micro.