A global proxy for go modules.
First, you will need to enable the Go Modules feature and configure Go to use the proxy.
export GOPROXY=https://goproxy.io
$env:GOPROXY = "https://goproxy.io"
Now, when you build and run your applications, go will fetch dependencies via goproxy.io.
Github
Note: this proxy can't fetch your private repos of course.
Mail: admin@goproxy.io