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 (8 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
# Generating tests.pb.go

```
# Note: Change /usr/local/google/home/deklerk/workspace/googleapis to wherever
# you've installed https://github.com/googleapis/googleapis.
# Note: Run whilst cd-ed in this directory.
protoc --go_out=. -I /usr/local/google/home/deklerk/workspace/googleapis -I . *.proto
```