一、基础
- Go语言基础教程:https://www.fdevops.com/docs/golang-tutorial/why
- 刘丹冰Aceld 的入门视频:https://www.bilibili.com/video/BV1gf4y1r79E/?spm_id_from=333.337.search-card.all.click
- Go语言中文网的 Learn Go with tests:https://studygolang.gitbook.io/learn-go-with-tests/
- Go语言42章经:https://wizardforcel.gitbooks.io/go42/content/content/42_1_install.html#11-go%E5%AE%89%E8%A3%85
- Go编程时光:https://golang.iswbm.com/preface.html
- 极客兔兔的 Go简明教程:https://geektutu.com/post/quick-golang.html
- Go程序设计语言:https://awesome-programming-books.github.io/golang/go%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E8%AF%AD%E8%A8%80.pdf
- 李文周的博客:https://www.liwenzhou.com/posts/Go/golang-menu/
- the-way-to-go_ZH_CN:https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md
- gopher-reading-list-zh_CN 中文版:https://github.com/qichengzx/gopher-reading-list-zh_CN
- Go By Example 中文版:https://gobyexample-cn.github.io/
二、进阶
- 煎鱼的 Go语言进阶之旅: https://golang1.eddycjy.com/
- 煎鱼的 Go语言设计哲学:https://golang3.eddycjy.com/
- Go语言高级编程:https://chai2010.cn/advanced-go-programming-book/ch6-cloud/ch6-02-lock.html#621-%E8%BF%9B%E7%A8%8B%E5%86%85%E5%8A%A0%E9%94%81
三、项目
- 极客兔兔的 7天用Go从零实现Web框架Gee教程: https://geektutu.com/post/gee.html
- 极客兔兔的 7天用Go从零实现ORM框架GeeORM:https://geektutu.com/post/geeorm.html
- 极客兔兔的 7天用Go从零实现RPC框架GeeRPC:https://geektutu.com/post/geerpc.html
- 极客兔兔的 7天用Go从零实现分布式缓存GeeCache:https://geektutu.com/post/geecache.html
- 煎鱼的 Go语言编程之旅: https://golang2.eddycjy.com/
- 基于gin框架和gorm的web开发实战 (七米出品):https://www.bilibili.com/video/BV1gJ411p7xC/?spm_id_from=333.999.0.0
- Go Web开发进阶实战(gin框架):https://study.163.com/course/introduction.htm?courseId=1210171207&trace_c_p_k2=5a885ca86f33416cb5f04ad605d26685
- 极客时间毛剑的《Go进阶训练营》
四、资源汇总
- 地鼠文档: https://www.topgoer.cn/
- learning-golang(Go语言学习路线资源整理):https://github.com/yangwenmai/learning-golang
五、面试题
- Go语言面试宝典:https://go-interview.iswbm.com/c02/c02_07.html
- Go程序员面试笔试宝典:https://golang.design/go-questions/memgc/optimize/
- Go语言面试题:https://www.topgoer.cn/docs/gomianshiti/mianshiti
六、值得学习的开源项目
七、本文思路
来源于learnku.com里面go社区的提问,大家觉得写的还可以麻烦点个赞👍🏻,如果有什么问题也欢迎在评论区留言与我交流
在learnku.com那边的回答:https://learnku.com/go/t/74693#reply266714