Hi, all
I met a problem when I tried to compile the "HelloWorld" program followed by this[1]. In my environment, the GO version is 1.9. Here are the detailed steps:
1. Get the lastest grpc code:
2. Go to the GOPATH and checkout the grpc repo to v1.10.0
3. Try to compile and install gRPC v1.10.0
In the step3, I met these error messages:
So, my question is, does the gRPC v1.10.0 support GO1.9?
Could someone give me some advice?
Thanks
Zhi Chang