...

Text file src/cloud.google.com/go/pubsub/internal/benchwrapper/proto/README.md

Documentation: cloud.google.com/go/pubsub/internal/benchwrapper/proto

     1# Regenerating protos
     2
     3```
     4cd pubsub/internal/benchwrapper/proto
     5protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto
     6```

View as plain text