打算学习一下Go语法,找到这个官方文档https://tour.go-zh.org/,但是这个站点需要翻墙。

发现在github上面有这个项目,可以尝试一下放到本地跑: https://github.com/golang/tour

下载代码

git clone https://github.com/golang/tour.git

配置aliyun代理

go env -w GO111MODULE=on
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct

安装模块

cd tour
go get

运行

go run .

效果如图

在这里插入图片描述

Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐