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

..19-Nov-2019-

testdata/H19-Nov-2019-10,43010,206

README.mdH A D19-Nov-2019303 87

tests.pb.goH A D19-Nov-201950.4 KiB1,5641,294

tests.protoH A D19-Nov-20196.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```