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 102a93e commit 0155eedCopy full SHA for 0155eed
codelabs/grpc-go-getting-started/README.md
@@ -63,7 +63,7 @@ and easy interface updating.
63
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
64
65
# This command installs the plugin that generates code for the services and methods
66
-go install google.golang.org/protobuf/cmd/protoc-gen-go-grpc@latest
+go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
67
```
68
69
* Update your PATH so that the protoc compiler can find the plugins:
0 commit comments