initial
This commit is contained in:
16
buf.gen.yaml
Normal file
16
buf.gen.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: v1
|
||||
managed:
|
||||
enabled: true
|
||||
go_package_prefix:
|
||||
default: github.com/bufbuild/buf-tour/petstore/gen/proto/go
|
||||
except:
|
||||
- buf.build/googleapis/googleapis
|
||||
plugins:
|
||||
- name: go
|
||||
out: gen/proto/go
|
||||
opt: paths=source_relative
|
||||
- name: go-grpc
|
||||
out: gen/proto/go
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- require_unimplemented_servers=false
|
||||
Reference in New Issue
Block a user