This commit is contained in:
Unknwon
2015-03-15 01:20:16 -04:00
parent f9b030f2ac
commit e50425d3e0

View File

@@ -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<VERSION>.src.tar.gz
tar zxv go<VERSION>.src.tar.gz