Can't get grpc package in china, what's the solution?

I am in china, as i execute go get -u google.golang.org/grpc, i get wrong message below
“package google.golang.org/grpc: unrecognized import path “google.golang.org/grpc” (https fetch: Get https://google.golang.org/grpc?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)”

i have google it, it may be i am in china, and i have vpn for browser, but i failed try proxy request in terminal,
so if there is a solution that i can get grpc package in terminal without using terminal proxy(vpn)
thanks everyone.

Try with proxy:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.