Skip to content

Instantly share code, notes, and snippets.

@edmondop
Created May 27, 2024 17:07
Show Gist options
  • Save edmondop/4eab809f27b518c34923c3c125527301 to your computer and use it in GitHub Desktop.
Save edmondop/4eab809f27b518c34923c3c125527301 to your computer and use it in GitHub Desktop.
# located in service1/buf.gen.yaml
version: v2
managed:
enabled: true
override:
- file_option: go_package
value: github.com/edmondop/product/service1
plugins:
- remote: buf.build/connectrpc/go:v1.16.2
out: gen
opt:
- paths=source_relative
- remote: buf.build/protocolbuffers/go
out: gen
opt:
- paths=source_relative
inputs:
- directory: ../api
version: v2
modules:
- path: api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment