diff options
Diffstat (limited to 'go/README.md')
-rw-r--r-- | go/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/go/README.md b/go/README.md index 9fc49474d7..2ef89ff7a4 100644 --- a/go/README.md +++ b/go/README.md @@ -1,6 +1,10 @@ gRPC in 3 minutes (Go) ====================== +BACKGROUND +------------- +For this sample, we've already generated the server and client stubs from [helloworld.proto](https://github.com/grpc/grpc-common/blob/master/protos/helloworld.proto). + PREREQUISITES ------------- |