国内使用go get可能下载不下来,会出现timeout的时候,此时window上开发可以通过设置$env:GOPROXY = "https://goproxy.io",linux上开发可以设置export GOPROXY=https://goproxy.io 即可解决
2019-09-12
举报