mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
fix Go Tour chinese version URL (#827)
Co-authored-by: kangyunjie <kangyjinfo@163.com>
This commit is contained in:
@@ -50,7 +50,7 @@ Go 编程语言的维基百科:[en.wikipedia.org/wiki/Go_(programming_language
|
||||
|
||||
Go 语言相关资源的搜索引擎页面:[gowalker.org](https://gowalker.org)
|
||||
|
||||
Go 语言还有一个运行在 Google App Engine 上的 [Go Tour](http://tour.golang.org/),你也可以通过执行命令 `go install go-tour.googlecode.com/hg/gotour` 安装到你的本地机器上。对于中文读者,可以访问该指南的 [中文版本](http://go-tour-zh.appspot.com/),或通过命令 `go install https://bitbucket.org/mikespook/go-tour-zh/gotour` 进行安装。
|
||||
Go 语言还有一个运行在 Google App Engine 上的 [Go Tour](http://tour.golang.org/),你也可以通过执行命令 `go install go-tour.googlecode.com/hg/gotour` 安装到你的本地机器上。对于中文读者,可以访问该指南的 [中文版本](https://tour.go-zh.org/welcome/1),或通过命令 `go install https://bitbucket.org/mikespook/go-tour-zh/gotour` 进行安装。
|
||||
|
||||
## 链接
|
||||
|
||||
|
Reference in New Issue
Block a user