diff options
author | Dan Ciruli <ciruli@gmail.com> | 2015-02-25 14:22:46 -0800 |
---|---|---|
committer | Dan Ciruli <ciruli@gmail.com> | 2015-02-25 14:22:46 -0800 |
commit | c4b28a9d362dab6128ca25a7cc912685860d6e92 (patch) | |
tree | 9860491706fc80e19f799d0ba523a3d08799d668 /go | |
parent | edfc0ec9fed57daf352addb720dc21b3358a54fa (diff) |
Update README.md
Added a background section.
Diffstat (limited to 'go')
-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 ------------- |