mirror of https://github.com/grpc/grpc-go.git
Change SupportPackageIsVersion variable
This commit is contained in:
parent
88aeffff97
commit
cf04b299b7
|
@ -406,10 +406,10 @@ func convertCode(err error) codes.Code {
|
||||||
return codes.Unknown
|
return codes.Unknown
|
||||||
}
|
}
|
||||||
|
|
||||||
// SupportPackageIsVersion2 is referenced from generated protocol buffer files
|
// SupportPackageIsVersion3 is referenced from generated protocol buffer files
|
||||||
// to assert that that code is compatible with this version of the grpc package.
|
// to assert that that code is compatible with this version of the grpc package.
|
||||||
//
|
//
|
||||||
// This constant may be renamed in the future if a change in the generated code
|
// This constant may be renamed in the future if a change in the generated code
|
||||||
// requires a synchronised update of grpc-go and protoc-gen-go. This constant
|
// requires a synchronised update of grpc-go and protoc-gen-go. This constant
|
||||||
// should not be referenced from any other code.
|
// should not be referenced from any other code.
|
||||||
const SupportPackageIsVersion2 = true
|
const SupportPackageIsVersion3 = true
|
||||||
|
|
Loading…
Reference in New Issue