From fca1c90c7d9491b1522eac87e4ab30e9341c0de5 Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 1 Feb 2020 20:04:23 +0800 Subject: [PATCH] Add golang module proxy setting documentation --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 082d2ea..a07013f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,12 @@ Welcome! Any kinds of contributions are very welcome. Please go through our contribution guide before you create a Pull Request for `jcli`. +## Golang Environment + +Go module proxy setting can speed the download of the dependencies: + +`export GOPROXY=https://mirrors.aliyun.com/goproxy/` + ## CLI `jcli` is a command line interface. So a CLI framework is super important for us. Thanks to -- GitLab