From 1224447fc467f47e03764e9dd1f5510f1f4dcb70 Mon Sep 17 00:00:00 2001 From: kun Date: Sun, 2 Sep 2018 14:24:19 +0800 Subject: [PATCH] add index.html --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index.html 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 +