File: README.md

package info (click to toggle)
golang-google-cloud 0.56.0-6
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 22,456 kB
  • sloc: sh: 191; ansic: 75; awk: 64; makefile: 51; asm: 46; python: 21
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# Regenerating protos

```
cd spanner/internal/benchwrapper/proto
protoc --go_out=plugins=grpc:. *.proto
```