diff options
Diffstat (limited to 'buf.gen.yaml')
-rw-r--r-- | buf.gen.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buf.gen.yaml b/buf.gen.yaml index c126332f3080..4ed18be22e62 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1 +1,8 @@ version: v1 +plugins: + - name: go + out: . + opt: paths=source_relative + - name: go-grpc + out: . + opt: paths=source_relative \ No newline at end of file |