Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 963 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 963 Bytes

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

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

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=.

Run the tests for a single plugin

cd server/http
go test ./... -v -race -cover
cd ...

or with dagger

dagger call test --root=./server/http

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.