mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 20:02:56 +08:00
fix link
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user