Sign in
code
/
gocloud
/
HEAD
/
.
/
pubsub
/
internal
/
benchwrapper
/
proto
/
README.md
blob: b858f8394f45588eb0a5b1fea6cd2f4886c14b71 [
file
] [
log
] [
blame
] [
view
]
# Regenerating protos
```
cd pubsub/internal/benchwrapper/proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto
```