diff --git a/index.html b/index.html new file mode 100644 index 0000000..6256911 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + +

goproxy.io

+ +

A global proxy for go modules.

+ + +

First, you will need to enable the Go Modules feature and configure Go to use the proxy.

+ +

Bash:

+
export GOPROXY=https://goproxy.io
+ +

PowerShell:

+
$env:GOPROXY = "https://goproxy.io"
+ +

Now, when you build and run your applications, go will fetch dependencies via goproxy.io.

+ +

+Note: this proxy can't fetch your private repos of course. +
+Mail: admin@goproxy.io +