aboutsummaryrefslogtreecommitdiffhomepage
path: root/go
diff options
context:
space:
mode:
Diffstat (limited to 'go')
-rw-r--r--go/README.md4
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
-------------