学习目录:
https://www.kancloud.cn/liupengjie/go/570005
go 语言中文网
https://studygolang.com/gctt
-----------------------------------
一、Go学习
1. Go 语言学习资料索引
https://github.com/Unknwon/go-study-index
2. 博客
https://www.liwenzhou.com/
https://www.kancloud.cn/liupengjie/go/570005
https://cloud.tencent.com/developer/doc/1101
http://blog.yufeng.info/Go.pdf
3. Go中文网 / 安装
https://studygolang.com/dl
https://golang.org/
二、开发环境
https://www.liwenzhou.com/posts/Go/install_go_dev/
1. 下载地址
Go官网下载地址:https://golang.org/dl/
Go官方镜像站(推荐):https://golang.google.cn/dl/
2. Windows下安装 / Linux下安装 / Mac下安装
终端:go version
3. 配置GOPATH
GOPATH是一个环境变量,用来表明你写的go项目的存放路径(工作目录)
---------------------------------------
---------------------------------------
先学这么多,以后继续吧。。。。。