Replies: 1 comment
-
Specifying two |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I am using 2 plugins, one for generating cpp protobuf stubs and the other for golang, and I partition my protos into two distinct, non-overlapping workspaces, call them A and B -- what is the idiomatic way of assigning the cpp plugin to workspace A and the golang plugin to workspace B? Can this be done in one buf context or must I create two contexts, each with its own buf.gen.yaml?
Beta Was this translation helpful? Give feedback.
All reactions