Document that Go source files live in google/go-genproto (#59)

* Document that Go source files live in google/go-genproto

* Address PR comments
pull/61/head
Michael Darakananda 9 years ago committed by GitHub
parent 6d6a1529e2
commit 0078ddc9ea
  1. 5
      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.

Loading…
Cancel
Save