add gocenter.io to Go proxies

Gerasimos (Makis) Maropoulos 2020-01-07 22:40:34 +02:00
parent 899d6866b2
commit fa73d15815
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

@ -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.