• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Feb-2020-

testdata/H25-Feb-2020-10,43010,206

README.mdH A D25-Feb-2020303 87

tests.pb.goH A D25-Feb-202050.4 KiB1,5641,294

tests.protoH A D25-Feb-20206.4 KiB214182

README.md

1# Generating tests.pb.go
2
3```
4# Note: Change /usr/local/google/home/deklerk/workspace/googleapis to wherever
5# you've installed https://github.com/googleapis/googleapis.
6# Note: Run whilst cd-ed in this directory.
7protoc --go_out=. -I /usr/local/google/home/deklerk/workspace/googleapis -I . *.proto
8```