golang 学习路径
目录
一 了解 go
谷歌一下 go 的全貌
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。二 入门教程
http://www.runoob.com/go/go-tutorial.html
三 安装运行环境 & IDE(goland)
四 gotour
个人觉得是最佳教程
https://github.com/golang/tour
https://tour.golang.org/welcome/1
五 简易源码解析
https://www.w3cschool.cn/go_internals/
六 开始写代码
里面有各种基本数据结构的基本用法:
https://gobyexample.com/
kafka client:
https://blog.wolfogre.com/posts/golang-consume-kafka/
七 学习框架
go web 搭建学习
https://astaxie.gitbooks.io/build-web-application-with-golang/content/zh/
https://chai2010.cn/advanced-go-programming-book/
八 惯用法
https://golang.org/doc/effective_go.html
https://tonybai.com/2017/04/20/go-coding-in-go-way/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
九 调优
http://km.oa.com/group/golang/articles/show/353857

更多精彩