From 0078ddc9eada6c06e517d53f677acc27e8012ce3 Mon Sep 17 00:00:00 2001 From: Michael Darakananda Date: Wed, 27 Jul 2016 07:53:51 +1000 Subject: [PATCH] Document that Go source files live in google/go-genproto (#59) * Document that Go source files live in google/go-genproto * Address PR comments --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6e83028b1..cbac53b05 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,9 @@ first need to install both Protocol Buffers and gRPC on your local machine. Then you can run `make all` in this directory to generate the code. +### Go gRPC Source Code +It is difficult to generate Go gRPC source code from this repository, +since Go has different directory structure. +Please use [this repository](https://github.com/google/go-genproto) instead. + **NOTE:** The Makefile needs more improvements.