# go-collection **Repository Path**: frieliu/go-collection ## Basic Information - **Project Name**: go-collection - **Description**: :tulip: awesome awesome go, study golang from basic to proficient - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golang从入门到跑路
[](https://github.com/jiujuan/go-collection#目录) [](https://github.com/jiujuan/go-collection/stargazers) [](https://github.com/jiujuan/go-collection/network/members) [](https://github.com/jiujuan/go-collection/issues) > 收录的awesome-go项目,学习基础系列,go项目实战,go源码分析,go开发者成长路线图等等,把他们收集起来学习。 :speaker: 觉得对您学习golang有帮助,请给我点一个 Star! :star: :mega: :mega: :mega: - :pencil2: 如果有的链接失效了,可以给我发[issues](https://github.com/jiujuan/go-collection/issues),灰常感谢! - :memo: 如果您觉得有好的golang教程、源码分析文章、书籍等等,都可以给我发[issues](https://github.com/jiujuan/go-collection/issues),灰常感谢! ## 目录 - [awesome-go list](#awesome-go-list) - [awesome-go存储项目](#go存储项目) - [go基础学习系列](#go基础学习系列) - [go标准库](#go标准库) - [go项目实战](#go项目实战) - [go源码分析](#go源码分析) - [微服务](#微服务) - [go-micro](#go-micro) - [go-kit](#go-kit) - [kratos](#kratos) - [Jupiter](#Jupiter) - [TarsGo](#TarsGo) - [rpc](#rpc) - [Go书籍](#Go书籍) - [常见问题和错误](#常见问题和错误) - [其他](#其他) - [Go开发者成长路线图](./golang/golang-developer-roadmap.md) - [go社区知识图谱](./golang/golang-knowledge-graph.md) ## awesome-go list - [awesome-go 网站](https://awesome-go.com/) 收集很多go的项目,并进行了详细分类 - [awesome-go github地址](https://github.com/avelino/awesome-Go) awesome-go.com的github源码地址 - [awesome-go 中文翻译1](https://github.com/jobbole/awesome-go-cn) - [awesome-go 中文翻译2](https://github.com/yinggaozhen/awesome-go-cn) - [awesome-go 一个更精细化项目](https://github.com/hackstoic/golang-open-source-projects) awesome-go的一个精细化项目,介绍更详细。本项目作为awesome-go的一个扩展 - [gopher reading list](https://github.com/enocom/gopher-reading-list) - [开源项目速查表](https://www.ctolib.com/cheatsheets-go-project.html) 根据右边的目录可以快速查找 ## go存储项目 - [awesome-go-storage](https://github.com/gostor/awesome-go-storage) 开源的Go存储项目 - [开源存储项目相关速查表](https://www.ctolib.com/cheatsheets-awesome-go-storage.html) 根据右边目标可以快速查找 ## go基础学习系列 - [go语言快速入门](https://github.com/jaywcjlove/golang-tutorial) - [go tour](https://tour.golang.org/welcome/1) - [go tour 中文版](https://tour.go-zh.org/welcome/1) - [Go by Example](https://gobyexample.com/) - [Go基础编程-by无闻](https://github.com/Unknwon/go-fundamental-programming) - [Go语言实战笔记](https://github.com/rujews/go-in-action-notes) - [golang bootcamp](http://www.golangbootcamp.com/book) - [study Go programming language](https://tutorialedge.net/course/golang/) - [common mistakes in golang](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) go初学者经常犯的错误 - [Learn Go with test-driven development](https://github.com/quii/learn-go-with-tests) - [gitbook版](https://quii.gitbook.io/learn-go-with-tests) - [中文版](https://studygolang.gitbook.io/learn-go-with-tests) - [golang program](http://www.golangprograms.com) - [golang 项目实战简明指南](http://litang.me/post/golang-project-guide/) - [go语言基础学习](https://blog.csdn.net/u010986776/article/category/8000832) - [go语言高级特性学习](https://blog.csdn.net/u010986776/article/category/8004337) - [go web开发教程](https://github.com/bonfy/go-mega) - [聚合多套golang教程](https://hackr.io/tutorials/learn-golang) - [go命令教程](https://github.com/hyper0x/go_command_tutorial) ## go标准库 - [golang pkg](https://golang.org/pkg/) - [中文版](http://cngolib.com/) - [go标准库学习](https://books.studygolang.com/The-Golang-Standard-Library-by-Example/) - [go语言标准包解析](https://syaning.github.io/go-pkgs/) ## go项目实战 - [go小项目实战系列](https://blog.csdn.net/u010986776/article/category/8095305) - [gin框架实战系列](https://youngxhui.top/categories/gin/) - [github代码地址](https://github.com/youngxhui/GinHello) - [beego框架开发轻博客实战系列](https://www.jianshu.com/nb/27703855) - [golang爬虫视频课程](https://www.bilibili.com/video/av31551627/) - [go web开发例子](https://gowebexamples.com/) - [使用gin和gorm框架来构建 RESTful API 微服务 en](https://medium.com/@thedevsaddam/build-restful-api-service-in-golang-using-gin-gonic-framework-85b1a6e176f3) - [中文翻译版](https://learnku.com/golang/t/24598) - [go语言高级实战](https://github.com/Shitaibin/golang_step_by_step) - [go 语言论坛实战](https://xueyuanjun.com/post/21519) ## go源码分析 - [雨痕Go语言学习笔记](https://github.com/qyuhen/book) - [go-under-the-hood--欧长坤](https://github.com/changkun/go-under-the-hood/) - [网站阅读版](https://changkun.de/golang/) - [Go 语言设计与实现 - 面向信仰编程](https://draveness.me/golang/) - [源码分析 1](https://github.com/cch123/golang-notes) 主要是源码分析,可能也会有一些使用上的知识点 - [源码分析 2](https://github.com/xuesongbj/Go-Notes) go源码剖析 - [源码分析 3](https://zhuanlan.zhihu.com/c_1010470599088594944) [二](https://zhuanlan.zhihu.com/golang-internal) - [golang数据结构内部实现](https://zhuanlan.zhihu.com/goroutine) - [从Questions学习Go](https://github.com/qcrao/Go-Questions/wiki) - 深度解密系列 [slice](https://qcrao.com/2019/04/02/dive-into-go-slice/)、[interface](https://qcrao.com/2019/04/25/dive-into-go-interface/)、[reflection](https://qcrao.com/2019/05/07/dive-into-go-reflection/)、[map](https://qcrao.com/2019/05/22/dive-into-go-map/)、[context](https://qcrao.com/2019/06/12/dive-into-go-context/)、[unsafe](https://qcrao.com/2019/06/03/dive-into-go-unsafe/)、[channel](https://qcrao.com/2019/07/22/dive-into-go-channel/)、[scheduler](https://qcrao.com/2019/09/02/dive-into-go-scheduler/)、[defer](https://qcrao.com/2019/02/12/how-to-keep-off-trap-of-defer/)、[memory](https://qcrao.com/2019/03/13/graphic-go-memory-allocation/) - [深度解析GPM系列 一](https://qcrao.com/2019/09/06/dive-into-go-scheduler-source-code/) [二](https://qcrao.com/2019/09/04/go-scheduler-init/) [三](https://qcrao.com/2019/09/04/go-scheduler-the-birth-of-main-goroutine/) [四](https://qcrao.com/2019/09/04/go-scheduler-stack-switch-between-g0-and-user-goroutine/) [五](https://qcrao.com/2019/09/04/go-scheduler-start-schedule-cycle/) [六](https://qcrao.com/2019/09/06/go-scheduler-life-of-goroutine/) [七](https://qcrao.com/2019/09/06/go-scheduler-cycle-of-schedul/) [八](https://qcrao.com/2019/09/06/go-scheduler-m-finds-work/) [九](https://qcrao.com/2019/09/06/go-scheduler-what-sysmon-does/) [十](https://qcrao.com/2019/09/06/go-scheduler-state-diagram-of-gpm/) ## 微服务 ## go-micro - [go-micro](https://github.com/micro/go-micro) - [micro](https://github.com/micro/micro) - [Micro-blog](https://medium.com/microhq) - [Micro docs](https://dev.micro.mu/) - [Micro tutorials](https://dev.micro.mu/getting-started) - [Learn Micro by examples](https://github.com/micro/examples) - [Micro 中国](https://microhq.cn/index-cn) - [github](https://github.com/micro-in-cn/) - [Micro教程系列](https://github.com/micro-in-cn/tutorials) - [Micro 中国 Docs](https://microhq.cn/docs/micro/introduce-cn) - [microhq](https://medium.com/microhq) ## go-kit - [go-kit](https://github.com/go-kit/kit) - [go-kit系列教程](https://juejin.im/post/5c861c93f265da2de7138615) - [go-kit与grpc结合开发微服务](http://www.articlechain.cn/post/46.html) - [go-kit cn](http://go-kit.cn/) ## kratos - [kratos](https://github.com/go-kratos/kratos) bilibili开源的一套微服务框架 - [go-kratos](https://github.com/go-kratos) - [kratos summary](https://github.com/go-kratos/kratos/blob/master/doc/wiki-cn/summary.md) - [kratos wiki](https://github.com/go-kratos/kratos/tree/master/doc/wiki-cn) ## Jupiter - [Jupiter](https://github.com/douyu/jupiter) 斗鱼开源的面向服务治理的Golang微服务框架 - [官网](http://jupiter.douyu.com/) ## TarsGo - [TarsGo](https://github.com/TarsCloud/TarsGo) TarsGo go的微服务框架 - [TarsCloud](https://github.com/TarsCloud) - [tarscloud官网](https://tarscloud.org/) tarscloud 官网 - [TarsFramework](https://github.com/TarsCloud/TarsFramework) ## rpc - [gRPC-go](https://github.com/grpc/grpc-go) - [grpc](https://github.com/grpc/) - [rpcx](https://github.com/smallnest/rpcx) - [website](https://rpcx.io/) ## Go书籍 - [go books集合](https://github.com/dariubs/GoBooks) - [the way to go 中文版](https://github.com/Unknwon/the-way-to-go_ZH_CN) - [看云版](https://www.kancloud.cn/kancloud/the-way-to-go/72432) - [gopl 中文版](https://books.studygolang.com/gopl-zh/) go语言圣经 - [Mastering Go 中文版](https://github.com/hantmac/Mastering_Go_ZH_CN) - [gitbook版](https://wskdsgcf.gitbook.io/mastering-go-zh-cn/) - [Go语言高级编程](https://github.com/chai2010/advanced-go-programming-book/blob/master/SUMMARY.md) - [Go Web编程](https://github.com/astaxie/build-web-application-with-golang) - [go实战开发](https://github.com/astaxie/go-best-practice) - [go语言42章经](https://github.com/ffhelicopter/Go42) - [go101](https://go101.org/article/101.html) - [go101 github](https://github.com/go101/go101) - [中文版](https://github.com/golang101/golang101) - [go专家编程](https://github.com/RainbowMango/GoExpertProgramming) - [go under the hood](https://github.com/changkun/go-under-the-hood) - [Go-Mega](https://go-mega.bonfy.im/) ## 常见问题和错误 - [Go 语言中通道死锁经典错误案例详解](https://segmentfault.com/a/1190000022820306) - [Go 项目开发里最常犯的 10 个错误](https://learnku.com/articles/38669) - [Go新手可能会踩的50个坑](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) - [翻译版](https://segmentfault.com/a/1190000013739000) ## 其他 - [go工具链](https://www.alexedwards.net/blog/an-overview-of-go-tooling) - [go官方语言编码规范](https://github.com/golang/go/wiki/CodeReviewComments) - [无闻的go语言编码规范](https://github.com/Unknwon/go-code-convention/blob/master/zh-CN/README.md) - [high performance go workshop-by dave](https://dave.cheney.net/high-performance-go-workshop/dotgo-paris.html) - [go性能优化](https://github.com/dgryski/go-perfbook) - [中文版](https://github.com/dgryski/go-perfbook/blob/master/performance-zh.md) - [编写可维护 Go 语言代码建议](https://github.com/llitfkitfk/go-best-practice) - [go各种自学资料总结](https://github.com/overnote/golang) - [gocn每日新闻 一](https://github.com/gocn/news) - [go news 二](https://github.com/Han-Ya-Jun/gocn_news_set) - [go技术日报](https://studygolang.com/go/godaily) - [gopherdaily](https://github.com/bigwhite/gopherdaily) - [Go夜读](https://reading.developerlearning.cn/) - [go每日一库](https://github.com/darjun/go-daily-lib) [返回目录](#目录)