Go-zh / tour

【已弃用】新版移至 website 代码仓库
http://tour.go-zh.org
BSD 3-Clause "New" or "Revised" License
1.52k stars 223 forks source link

与英文不一致无法运行playground #366

Closed gaoxingliang closed 7 months ago

gaoxingliang commented 5 years ago

上下文: https://tour.go-zh.org/welcome/3

本指南也可作为独立的程序使用,这样你无需访问互联网就能运行它。 独立的 tour 更快,它会在你自己的机器上构建并运行代码示例。 要在本地安装并运行此教程的中文版,请在命令行执行: go get -u github.com/Go-zh/tour tour

这里English 版本是:

To run the tour locally install and run the tour binary:

go get golang.org/x/tour
tour

但是依然无法运行 https://tour.golang.org/welcome/3

OlingCat commented 5 years ago

由于 go mod 的使用导致无法完全脱离 golang.org/x,也就意味着没有办法不翻墙就能安装了,因此要在本地安装只能走代理。

gaoxingliang commented 5 years ago

这里需要不改变原来的url才行. 因为go get golang.org/x/tour才是正确的url. 而不是 go get -u github.com/Go-zh/tour 因为没有go-zh这个. 当然 确实需要FQ.

OlingCat commented 7 months ago

新版已迁移至 https://github.com/Go-zh/website