Change SupportPackageIsVersion variable

This commit is contained in:
Menghan Li 2016-06-09 10:24:53 -07:00
parent 88aeffff97
commit cf04b299b7
1 changed files with 2 additions and 2 deletions

View File

@ -406,10 +406,10 @@ func convertCode(err error) codes.Code {
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.
//
// 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
// should not be referenced from any other code.
const SupportPackageIsVersion2 = true
const SupportPackageIsVersion3 = true