We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e696c3d commit 2be1bcaCopy full SHA for 2be1bca
examples/README.md
@@ -51,7 +51,10 @@ OPTIONAL - Rebuilding the generated code
51
52
```
53
$ go get -a github.com/golang/protobuf/protoc-gen-go
54
-$
55
-$ # from this dir; invoke protoc
56
-$ protoc -I ./helloworld/helloworld/ ./helloworld/helloworld/helloworld.proto --go_out=plugins=grpc:helloworld
+```
+
+3 Rebuild the generated Go code.
57
58
59
+$ go generate google.golang.org/grpc/examples/helloworld/...
60
0 commit comments