Skip to content

Commit 0155eed

Browse files
committed
update go codelab:
1 parent 102a93e commit 0155eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/grpc-go-getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and easy interface updating.
6363
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
6464

6565
# 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
66+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
6767
```
6868

6969
* Update your PATH so that the protoc compiler can find the plugins:

0 commit comments

Comments
 (0)