Skip to content

Commit ce03e9c

Browse files
topecongiromenghanl
authored andcommitted
Fix a typo in examples/gotutorial.md (#1374)
1 parent d672391 commit ce03e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gotutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This tutorial provides a basic Go programmer's introduction to working with gRPC
66
- Generate server and client code using the protocol buffer compiler.
77
- Use the Go gRPC API to write a simple client and server for your service.
88

9-
It assumes that you have read the [Getting started](https://github.com/grpc/grpc/tree/master/examples) guide and are familiar with [protocol buffers] (https://developers.google.com/protocol-buffers/docs/overview). Note that the example in this tutorial uses the proto3 version of the protocol buffers language, which is currently in alpha release:you can find out more in the [proto3 language guide](https://developers.google.com/protocol-buffers/docs/proto3) and see the [release notes](https://github.com/google/protobuf/releases) for the new version in the protocol buffers Github repository.
9+
It assumes that you have read the [Getting started](https://github.com/grpc/grpc/tree/master/examples) guide and are familiar with [protocol buffers](https://developers.google.com/protocol-buffers/docs/overview). Note that the example in this tutorial uses the proto3 version of the protocol buffers language, which is currently in alpha release:you can find out more in the [proto3 language guide](https://developers.google.com/protocol-buffers/docs/proto3) and see the [release notes](https://github.com/google/protobuf/releases) for the new version in the protocol buffers Github repository.
1010

1111
This isn't a comprehensive guide to using gRPC in Go: more reference documentation is coming soon.
1212

0 commit comments

Comments
 (0)