From fa73d15815e163a9fb7e855b008bd9dd995f7e25 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Tue, 7 Jan 2020 22:40:34 +0200 Subject: [PATCH] add gocenter.io to Go proxies --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 7e0274d..fd41b96 100644 --- a/Installation.md +++ b/Installation.md @@ -37,6 +37,6 @@ $ go get -u github.com/kataras/iris/v12@master ## Troubleshooting -If you get a network error during installation please make sure you set a valid [GOPROXY environment variable](https://github.com/golang/go/wiki/Modules#are-there-always-on-module-repositories-and-enterprise-proxies) e.g. `GOPROXY=https://goproxy.io` or `GOPROXY=https://goproxy.cn`. +If you get a network error during installation please make sure you set a valid [GOPROXY environment variable](https://github.com/golang/go/wiki/Modules#are-there-always-on-module-repositories-and-enterprise-proxies) e.g. `GOPROXY=https://goproxy.cn` or `GOPROXY=https://gocenter.io` or `GOPROXY=https://goproxy.io`. Continue by reading our [[Getting Started]] tutorial.