From a88c48393f5fb1d2ff38410dd209724c09d2758e Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 22 Oct 2020 13:51:14 -0400 Subject: [PATCH] Go quick start: use protoc-gen-go from new pkg Contributes to #437 Related: https://github.com/grpc/grpc-go/pull/3932#issuecomment-713739663 --- content/docs/languages/go/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/languages/go/quickstart.md b/content/docs/languages/go/quickstart.md index 872d9c8d8cf..d81220c0d2a 100644 --- a/content/docs/languages/go/quickstart.md +++ b/content/docs/languages/go/quickstart.md @@ -22,7 +22,7 @@ spelling: cSpell:ignore Fatalf GOPATH ```sh $ export GO111MODULE=on # Enable module mode - $ go get github.com/golang/protobuf/protoc-gen-go \ + $ go get google.golang.org/protobuf/cmd/protoc-gen-go \ google.golang.org/grpc/cmd/protoc-gen-go-grpc ```