blob: 729faeaf1a53a00eabb4d4f4a0586ded5d1b786d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env -S go run github.com/bufbuild/buf/cmd/buf generate -o internal/testpb internal/testpb/test.proto --template
---
version: "v1"
plugins:
- name: 'go'
path: ["go", "run", "google.golang.org/protobuf/cmd/protoc-gen-go"]
out: '.'
opt: 'paths=source_relative'
- name: 'go-grpc'
out: '.'
path: ["go", "run", "google.golang.org/grpc/cmd/protoc-gen-go-grpc"]
opt: 'paths=source_relative'
|