From 39c960241687e5f2af5e58b769148bae5cb20497 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 5 Aug 2021 15:50:07 -0300 Subject: [PATCH] Update README.md --- grpc/golang/poc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grpc/golang/poc/README.md b/grpc/golang/poc/README.md index 9e21cb9..12f7b61 100755 --- a/grpc/golang/poc/README.md +++ b/grpc/golang/poc/README.md @@ -27,6 +27,8 @@ rit grpc golang poc ## How does it work? +Reference: [Go generated code](https://developers.google.com/protocol-buffers/docs/reference/go-generated#package) + 1 - The `protos` submodules as been added at the formula `root` repository based on [this Github repository](https://github.com/GuillaumeFalourd/poc-proto). 2 - To generate files from the `protos/user/user.proto` file, use the `make gen-go-proto` at the formula root directory (here `grpc/golang/poc`).