You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/16 23:27:18 UTC

[apisix-dashboard] branch master updated: update go module proxy (#378)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new e1737d4  update go module proxy (#378)
e1737d4 is described below

commit e1737d485af74dcdc69b43710c12b825fb8452e8
Author: Tusdasa翼 <tu...@tusdasa.net>
AuthorDate: Mon Aug 17 07:27:10 2020 +0800

    update go module proxy (#378)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index e1e7be3..36c348b 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ $ mysql –uroot –p123456
 
 According to your local deployment environment, check the environment variables in `./api/run/run.sh`, modify the environment variables if needed.
 
+For Chinese users please refer to [Goproxy](https://goproxy.cn/)
+
 4. Build
 
 ```sh