设置代理,方便安装go的官方包

先确保shadowsocksR能正常工作
https_proxy=http://127.0.0.1:1087 go get golang.org/x/net/html

使用公共的代理
export GOPROXY=https://goproxy.io
然后可正常使用