grpc / grpc.github.io

The grpc.io website. (on GitHub pages)
276 stars 381 forks source link

Golang.org is blocked in China, go get -u google.golang.org/grpc failes #665

Open paulvi opened 6 years ago

paulvi commented 6 years ago

On https://grpc.io/docs/quickstart/go.html

there is

$ go get -u google.golang.org/grpc

however golang.org is blocked in China (see https://no-google-in-china.github.io/ ), so the command fails.

There is mirror https://developers.google.cn, but I cannot find gRPC within products https://developers.google.cn/products/

What can be alternative that would work for all developers?