add grpc.SupportPackageIsVersion faq

This commit is contained in:
Menghan Li
2016-11-04 10:50:45 -07:00
parent 777daa17ff
commit 3ff3e89d6e

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`