From a48040e0126ba1ccba65b03e60af89a373f9be0e Mon Sep 17 00:00:00 2001 From: googleapis-publisher Date: Thu, 9 Mar 2017 14:01:40 -0800 Subject: [PATCH] Synchronize new proto changes. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 138c10bd..5f7514c0 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,6 @@ entire repository. It is not for generating linkable client library for a specific API. Please see other repositories under https://github.com/googleapis for generating linkable client libraries. -### Using bazel with gRPC -Bazel build now works for a subset of the repository. You can use build -targets from this repo as dependency into your grpc code. For example, -this works: ```bazel build //google/monitoring/v3:metric_service``` - ### Go gRPC Source Code It is difficult to generate Go gRPC source code from this repository, since Go has different directory structure.