cmd/protoc-gen-go-grpc: add gRPC-Go version comment and update release version (#4152)

This commit is contained in:
Doug Fawley
2021-01-14 14:28:25 -08:00
committed by GitHub
parent 5e3cbb54d2
commit 938f6e2f75
21 changed files with 22 additions and 4 deletions

View File

@ -11,6 +11,7 @@ import (
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7
// SearchServiceClient is the client API for SearchService service.