{"id":13603103,"url":"https://github.com/unknwon/go-study-index","last_synced_at":"2025-05-14T05:10:42.672Z","repository":{"id":15614901,"uuid":"18351336","full_name":"unknwon/go-study-index","owner":"unknwon","description":"Go 语言学习资料索引","archived":false,"fork":false,"pushed_at":"2023-12-11T06:01:45.000Z","size":72,"stargazers_count":6539,"open_issues_count":3,"forks_count":1385,"subscribers_count":244,"default_branch":"master","last_synced_at":"2025-04-11T01:41:46.121Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unknwon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-02T01:50:36.000Z","updated_at":"2025-04-10T10:25:15.000Z","dependencies_parsed_at":"2022-07-14T03:50:32.800Z","dependency_job_id":"2a12b574-3648-443b-9b37-2ef1cc864362","html_url":"https://github.com/unknwon/go-study-index","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-study-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-study-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-study-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknwon%2Fgo-study-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unknwon","download_url":"https://codeload.github.com/unknwon/go-study-index/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go"],"created_at":"2024-08-01T18:01:50.917Z","updated_at":"2025-05-14T05:10:42.646Z","avatar_url":"https://github.com/unknwon.png","language":null,"readme":"Go 语言学习资料与社区索引\n==============\n\n\n鉴于之前有人做的 [索引资料](https://github.com/wonderfo/wonderfogo/wiki) 已经过期超过 ~2~3 年，所以特开此坑。各位同学可以通过发起 Fork + Pull Request 的方式进行补充和更新。\n\n**最后更新时间**：2022 年 01 月 10 日\n\n## 交流社区\n\n### 中文社区\n\n - [Golang 中国](http://www.golangtc.com/)：国内较早的 Go 社区，汇聚各类信息与服务\n - [Study Golang](http://studygolang.com/)：国内 Go 社区先驱，同样汇聚各类信息与服务\n - [Revel 交流论坛](http://gorevel.cn/)：[Revel](https://github.com/revel/revel) 框架的中文社区\n - [GoCN Forum](https://gocn.vip/)：Go 语言爱好者中文交流论坛\n - [IGO.PUB Go社区](https://igo.pub/)：Go语言技术社区（新），完美主义者社区\n - [Go 技术论坛](https://learnku.com/go): Golang / Go 语言中国知识社区\n - QQ 群：\n \t- Go Web 交流群：259316004\n \t- Golang 中国：211938256\n \t- Go 内部实现与标准库：192706294\n \t- Go 编程语言：102319854\n \t- Martini\u0026Macaron 交流群：371440803\n \t- Golang 新手群：369793160\n\n### 英文社区\n\n- [Go Forum](https://forum.golangbridge.org/)：Go 语言爱好者英文交流论坛\n- [golang-nuts 邮件列表](https://groups.google.com/forum/#!forum/golang-nuts)：Go 语言官方指定邮件列表讨论区\n\n### 知识图谱\n- [Go Knowledge Graph](https://github.com/gocn/knowledge)：Go 知识图谱\n\n## 网址导航\n\n- 官方：\n    - [Go 中国站点](https://golang.google.cn/): Go 语言中国官方站点(无需翻墙)\n\t- [Playground](http://play.golang.org)：Go 语言代码在线运行\n- 国内镜像：\n\t- [Go 指南国内镜像](http://tour.golangtc.com/)\n\t- [Go 语言国内下载镜像](http://www.golangtc.com/download)\n\t- [Go 官方网站国内镜像](http://docs.studygolang.com/)\n- Web 框架：\n\t- [Macaron](https://go-macaron.com/)：模块化 Web 框架\n\t- [Beego](http://beego.me/)：重量级 Web 框架\n\t- [Revel](https://github.com/revel/revel)：较早成熟的重量级 Web 框架\n\t- [Martini（停止维护）](https://github.com/go-martini/martini): 一个强大为了编写模块化 Web 应用而生的 Go 语言框架\n\t- [Echo](https://echo.labstack.com/): 功能模块齐全, 上手容易, 文档示例齐全\n\t- [Gin](https://github.com/gin-gonic/gin)：轻量级 HTTP Web 框架\n\t- [Iris](https://github.com/kataras/iris)：Iris 是基于 Go 编写的一个快速，简单但功能齐全且非常高效的 Web 框架\n- ORM 以及数据库驱动：\n\t- [xorm](https://github.com/go-xorm/xorm)：支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL\n\t- [mgo](http://labix.org/mgo)：MongoDB 官方推荐驱动\n\t- [gorm](https://github.com/go-gorm/gorm): 全功能 ORM (无限接近) 支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL\n\t- [gosql](https://github.com/rushteam/gosql):  gosql 一款全新ORM go-style风格、轻量、简单、强大 支持 MySQL\n- 辅助站点：\n\t- [Go Walker](https://gowalker.org)：Go 语言在线 API 文档\n\t- [gobuild.io](http://gobuild.io/)：Go 语言在线二进制编译与下载\n\t- [Rego](http://regoio.herokuapp.com/)：Go 语言正则在线测试\n\t- [gopm.io](https://gopm.io)：科学下载第三方包\n    - [Json To Go struct](https://mholt.github.io/json-to-go/):Convert JSON to Go struct在线工具\n- 开发工具：\n    - [Emacs24](http://ftp.gnu.org/gnu/emacs/)：[配置脚本](https://github.com/wackonline/hack/blob/master/install-mint-dev/install-emacs.d.sh) / [(中文社区)](http://emacser.com/)\n\t- [LiteIDE](https://github.com/visualfc/liteide)\n\t- [Sublime Text 2/3](http://sublimetext.com)：[配置教程](http://my.oschina.net/Obahua/blog/110767)\n\t- [GoLand](https://www.jetbrains.com/go/?fromMenu)\n    - [Atom](https://atom.io)：[配置插件](https://atom.io/packages/go-plus)（感觉还不错，类似 Sublime，配置比较简单）\n    - [VIM](http://www.vim.org)：[配置插件](https://github.com/humiaozuzu/dot-vimrc)（嫌 vim 配置麻烦的童鞋可以直接用这个）\n- 学习站点：\n\t- [Go by Example](https://gobyexample.com/)\n\t- [Go database/sql tutorial](http://go-database-sql.org/)\n- 支持 Go 的云平台：\n\t- [Koding](https://koding.com/)\n\t- [Nitrous.IO](https://www.nitrous.io/)\n\t- [Get up and running with Go on Google Cloud Platform]( https://cloud.google.com/go/)\n\t- [AWS SDK for Go - Developer Preview](http://aws.amazon.com/cn/sdk-for-go/):=\u003e[github](https://github.com/aws/aws-sdk-go)\n\t- [azure sdk for go](https://godoc.org/github.com/Azure/azure-sdk-for-go):=\u003e[github](https://github.com/Azure/azure-sdk-for-go)\n        - [How to Use CoreOS on Azure](https://azure.microsoft.com/zh-cn/documentation/articles/virtual-machines-linux-coreos-how-to/)\n        - [Create Azure Web app with GoLang extension](https://azure.microsoft.com/zh-cn/documentation/templates/101-webapp-with-golang/)\n    - [Qiniu](https://www.qiniu.com)\n    \t- [Qiniu SDK for Go](http://developer.qiniu.com/docs/v6/sdk/go-sdk.html):=\u003e[github](https://github.com/qiniu/api.v6)\n- 其它站点：\n\t- [Golang 杂志](https://flipboard.com/section/the-golang-magazine-bJ1GqB)：[订阅说明](http://bbs.go-china.org/post/476)\n\t- [Reddit](http://www.reddit.com/r/golang/)\n\t- [Newspaper.IO](http://www.newspaper.io/golang)：Golang 新闻订阅\n\t- [Go Newsletter](http://www.golangweekly.com/)：Golang 新闻订阅\n\n## 资料汇总\n\n### 中文资料\n\n- 书籍：\n\t- [《深入解析Go》](https://github.com/tiancaiamao/go-internals)\n\t- [《Go实战开发》](https://github.com/astaxie/Go-in-Action)\n\t- [《Go入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN)\n\t- [《Go语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)\n\t- [《Go Web 编程》](https://github.com/astaxie/build-web-application-with-golang)\n\t- [《Go语言博客实践》](https://github.com/achun/Go-Blog-In-Action)\n\t- [《Go语言学习笔记》](https://github.com/qyuhen/book)\n\t- [《Go语言高级编程》](https://github.com/chai2010/advanced-go-programming-book)\n\t- [《实效Go编程》](https://github.com/bingohuang/effective-go-zh-en)\n- 翻译：\n\t- [Effective Go](https://golang.org/doc/effective_go.html) 英文版\n\t- [The Way to Go](https://github.com/Unknwon/the-way-to-go_ZH_CN) 中文版\n\t- [《Learning Go》](https://github.com/miekg/gobook)英文版:=\u003e[《Learning Go》](https://github.com/mikespook/Learning-Go-zh-cn) 中文版\n- 教程：\n\t- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)\n\t- [《Go Web基础》](https://github.com/Unknwon/go-web-foundation)\n\t- [《Go名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)\n\t- [Go 命令教程](https://github.com/hyper-carrot/go_command_tutorial)\n\n### 英文资料\n\n- 文档：\n\t- [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments)：Go 语言代码风格指导\n\t- [Go Code Convention](https://github.com/Unknwon/go-code-convention)：无闻的 Go 语言编码规范\n\t- [Uber Go Guide](https://github.com/xxjwxc/uber_go_guide_cn): Uber Go 语言编码规范\n\t- [GopherCon 2014](https://github.com/gophercon/2014-talks)\n\t- [GopherCon 2015](https://github.com/gophercon/2015-talks)\n\t- [GopherCon 2016](https://github.com/gophercon/2016-talks)\n\t- [GopherCon 2017](https://github.com/gophercon/2017-talks)\n- 书籍：\n\t- [Network programming with Go](http://jan.newmarch.name/go/)：[中文版](https://github.com/astaxie/NPWG_zh)\n\t- [Practical Cryptography With Go](https://leanpub.com/gocrypto/read#leanpub-auto-select-bibliography)\n\t- [An Introduction to Programming in Go](http://www.golang-book.com/)\n\t- [Go Bootcamp](http://www.golangbootcamp.com/book)\n\t- [Mastering Concurrency in Go(July 2014)Nathan Kozyra](https://www.packtpub.com/application-development/mastering-concurrency-go)\n\t- [Go Programming Blueprints(January 23,2015)](https://www.packtpub.com/application-development/go-programming-blueprints)\n\t- [The Go Programming Language(Published Oct 30, 2015,Not Yet Published)](http://www.gopl.io/)\n\t- [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html)\n\n### 视频资料\n\n- 基础：\n\t- Go Slices and Bytes - Shakeel Mahate：[优酷视频](http://v.youku.com/v_show/id_XNjkzMjM1Mjg4.html) - [Youtube](http://www.youtube.com/watch?v=dKlNSIUSfz0)\n- COSCUP 2013:\n\t- Golang \u0026 ORM - 林佑安：[优酷视频](http://v.youku.com/v_show/id_XNjkzMTQ1MjYw.html) - [Youtube](http://www.youtube.com/watch?v=VwAtYGyjTks)\n- GopherCon：\n\t- 2014：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBcD_BiJiDJUcyrb2w3bTulF)\n\t- 2015：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBf-_z-gHCOR2N156Nw930Hm)\n\t- 2016：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdliXelGAItjzTMxy2WQh0P)\n\t- 2017：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdD9bru6IR-_WXUgJqvrtx9)\n\t- 2018：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdatAqf-2_125H4sGzaWngM)\n\t- 2019：[Youtube](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBdDyspRTNBIKES1Y-P__59_)\n- Golang UK Conference：\n\t- 2015：[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd)\n\t- 2016：[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69eyh791ZTkEA9OaTxVpGY8_g)\n\t- 2017：[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69eyM81omhIZLzvRhTOXvpeX9)\n\t- 2018：[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ewsMyuGjVsAnpQIjyud1Cv9)\n\t- 2019：[Youtube](https://www.youtube.com/playlist?list=PLDWZ5uzn69ezokLCB-nGgYInxL0uP1PeZ)\n\t\n- GopherCon India 2015: [Youtube](https://www.youtube.com/playlist?list=PLxFC1MYuNgJTY3uQ5Ja4F5Sz305nnrBOq)\n\n\n## 职业信息\n\n- Go/Golang jobs：\n\t- 官方网站：http://www.golangprojects.com/\n\t- Twitter: [@golangprojects](https://twitter.com/golangprojects) \n","funding_links":[],"categories":["Others","Go 程序设计","miscellaneous","Repositories"],"sub_categories":["网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknwon%2Fgo-study-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funknwon%2Fgo-study-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknwon%2Fgo-study-index/lists"}