mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
11 lines
255 B
YAML
11 lines
255 B
YAML
version: v2
|
|
plugins:
|
|
- local: protoc-gen-go
|
|
out: pkg
|
|
opt: paths=source_relative
|
|
- local: protoc-gen-connect-go
|
|
out: pkg
|
|
opt:
|
|
- paths=source_relative
|
|
- package_suffix # Generate `*.connect.go` files next to `*.pb.go` files.
|