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 8179d6b commit 98409c5Copy full SHA for 98409c5
codelabs/grpc-go-getting-started/README.md
@@ -55,6 +55,7 @@ and easy interface updating.
55
* For installation instructions, see Go’s [Getting Started](https://golang.org/doc/install) guide.
56
* [**Protocol buffer**](https://developers.google.com/protocol-buffers) **compiler**, `protoc`, [version 3](https://protobuf.dev/programming-guides/proto3).
57
* For installation instructions, see [Protocol Buffer Compiler Installation](https://grpc.io/docs/protoc-installation/).
58
+ * NOTE: Must need a version of Protoc 3.27.1 or higher.
59
* **Go plugins** for the protocol compiler:
60
* Install the protocol compiler plugins for Go using the following commands.
61
0 commit comments