From e50425d3e03be1d52c316a0b0fb0409e8bf0071f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 15 Mar 2015 01:20:16 -0400 Subject: [PATCH] fix link --- eBook/02.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/02.3.md b/eBook/02.3.md index d80531c..1efaf97 100644 --- a/eBook/02.3.md +++ b/eBook/02.3.md @@ -32,7 +32,7 @@ 3. 获取 Go 源代码 - 从 [官方页面](https://golang.org/dl/) 下载 Go 的源码包到你的计算机上,然后将解压后的目录 `go` 通过命令移动到 `$GOROOT` 所指向的位置。 + 从 [官方页面](https://golang.org/dl/) 或 [国内镜像](http://www.golangtc.com/download) 下载 Go 的源码包到你的计算机上,然后将解压后的目录 `go` 通过命令移动到 `$GOROOT` 所指向的位置。 wget https://storage.googleapis.com/golang/go.src.tar.gz tar zxv go.src.tar.gz