Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 863 Bytes

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

Install dagger

dagger call test --root=.

Check linting

dagger call lint --root=.

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.