Merge pull request #970 from menghanl/faq

add grpc.SupportPackageIsVersion faq
This commit is contained in:
Qi Zhao
2016-11-04 16:58:17 -07:00
committed by GitHub

View File

@ -30,3 +30,12 @@ Status
------
GA
FAQ
---
#### Compiling error, undefined: grpc.SupportPackageIsVersion
Please update proto package, gRPC package and rebuild the proto files:
- `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}`
- `go get -u google.golang.org/grpc`
- `protoc --go_out=plugins=grpc:. *.proto`