mirror of https://github.com/grpc/grpc-go.git
				
				
				
			Merge pull request #970 from menghanl/faq
add grpc.SupportPackageIsVersion faq
This commit is contained in:
		
						commit
						ceb1db3272
					
				|  | @ -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` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue