Browse Source

docs: update go blog mzh

pull/13/head
yangwenmai 4 years ago
parent
commit
32bc15cb17
  1. 119
      README.md

119
README.md

@ -41,17 +41,17 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [快学 Go 语言](https://zhuanlan.zhihu.com/quickgo) |
| [从零到 Go 大神](https://medium.freecodecamp.org/learning-go-from-zero-to-hero-d2a3223b3d86) |
| Go 进阶 |
| -------------------------------------------------------------------------------------- |
| [Go 官方博客](https://blog.golang.org/) |
| [Go 官方包文档-pkg](https://golang.org/pkg/) |
| [Go 标准库中文文档-cngolib](http://cngolib.com/) | |
| [深入理解 Go by teh-cmc](https://github.com/teh-cmc/go-internals) |
| [深入理解 Go by tiancaiamao](https://github.com/tiancaiamao/go-internals) |
| [Go 内部原理的一系列文章和视频](https://github.com/emluque/golang-internals-resources) |
| [编写和优化 Go 代码](https://github.com/dgryski/go-perfbook/) |
| [Go 语言博客实践](https://github.com/achun/Go-Blog-In-Action) |
| [Go 面向包的设计和架构分层](https://github.com/danceyoung/paper-code/blob/master/package-oriented-design/packageorienteddesign.md) |
| Go 进阶 |
| ---------------------------------------------------------------------------------------------------------------------------------- |
| [Go 官方博客](https://blog.golang.org/) |
| [Go 官方包文档-pkg](https://golang.org/pkg/) |
| [Go 标准库中文文档-cngolib](http://cngolib.com/) | |
| [深入理解 Go by teh-cmc](https://github.com/teh-cmc/go-internals) |
| [深入理解 Go by tiancaiamao](https://github.com/tiancaiamao/go-internals) |
| [Go 内部原理的一系列文章和视频](https://github.com/emluque/golang-internals-resources) |
| [编写和优化 Go 代码](https://github.com/dgryski/go-perfbook/) |
| [Go 语言博客实践](https://github.com/achun/Go-Blog-In-Action) |
| [Go 面向包的设计和架构分层](https://github.com/danceyoung/paper-code/blob/master/package-oriented-design/packageorienteddesign.md) |
| Go 书籍 |
| --------------------------------------------------------------------------------------------------------------------------------- |
@ -80,25 +80,25 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [Exercism](http://exercism.io/languages/go/about) |
| [面前必看](https://github.com/qcrao/interview) |
| Go 其他 |
| ------------------------------------------------------------------------------------------------------------- |
| [Gopher 阅读清单](https://github.com/enocom/gopher-reading-list) |
| [Go 知识图谱](https://github.com/gocn/knowledge) |
| [Go 语言学习资源整理](https://zhuanlan.zhihu.com/p/25493806) |
| [Golang 标准包解析](https://github.com/syaning/go-pkgs) |
| [Golang 的标准库中文版,由 Go 友团翻译](https://github.com/jemygraw/GoStandardLibrary-Chinese) |
| [《Go 语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) |
| [设计模式 Golang 实现-《研磨设计模式》读书笔记](https://github.com/senghoo/golang-design-pattern) |
| [GopherChina2018: 深入CGO编程 - 最新修订](https://github.com/chai2010/gopherchina2018-cgo-talk) |
| [《啊哈!算法》- Go 实现](https://github.com/eruca/aha) |
| [大道至简 — Go 语言最佳实践](https://mp.weixin.qq.com/s/hE7ecSywWY8SxoQV0OwBQg) |
| [了解 Go 和 database 交互最佳实践教程](http://go-database-sql.org/overview.html) |
| Go 其他 |
| --------------------------------------------------------------------------------------------------------------- |
| [Gopher 阅读清单](https://github.com/enocom/gopher-reading-list) |
| [Go 知识图谱](https://github.com/gocn/knowledge) |
| [Go 语言学习资源整理](https://zhuanlan.zhihu.com/p/25493806) |
| [Golang 标准包解析](https://github.com/syaning/go-pkgs) |
| [Golang 的标准库中文版,由 Go 友团翻译](https://github.com/jemygraw/GoStandardLibrary-Chinese) |
| [《Go 语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) |
| [设计模式 Golang 实现-《研磨设计模式》读书笔记](https://github.com/senghoo/golang-design-pattern) |
| [GopherChina2018: 深入CGO编程 - 最新修订](https://github.com/chai2010/gopherchina2018-cgo-talk) |
| [《啊哈!算法》- Go 实现](https://github.com/eruca/aha) |
| [大道至简 — Go 语言最佳实践](https://mp.weixin.qq.com/s/hE7ecSywWY8SxoQV0OwBQg) |
| [了解 Go 和 database 交互最佳实践教程](http://go-database-sql.org/overview.html) |
| [Go 实战--golang 新手入门常见错误(The way to go)](https://blog.csdn.net/wangshubo1989/article/details/72956065) |
| [Go 箴言(go-proverbs) - Rob Pike](https://go-proverbs.github.io/) |
| [Go 相关的教程](https://appliedgo.net/) |
| [KTH 的 Stefan Nilsson 教授自己写的算法和 Go 代码](https://yourbasic.org/) |
| [终极 Go 学习指南 Ultimate Go study guides](https://github.com/hoanhan101/ultimate-go) |
| [从问题切入,串连 Go 语言相关的所有知识,融会贯通。](https://github.com/qcrao/Go-Questions) |
| [Go 箴言(go-proverbs) - Rob Pike](https://go-proverbs.github.io/) |
| [Go 相关的教程](https://appliedgo.net/) |
| [KTH 的 Stefan Nilsson 教授自己写的算法和 Go 代码](https://yourbasic.org/) |
| [终极 Go 学习指南 Ultimate Go study guides](https://github.com/hoanhan101/ultimate-go) |
| [从问题切入,串连 Go 语言相关的所有知识,融会贯通。](https://github.com/qcrao/Go-Questions) |
## Go 学习视频
@ -122,37 +122,37 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
### YouTube
| Golang Channel | Intro | Subscribers |
|----|----|----|
| [justforfunc: Programming in Go](https://www.youtube.com/channel/UC_BzFbxG2za3bp5NRRRXJSw) | Series of talk recordings and screencasts mainly about Go and the Google Cloud Platform | 33.1K subscribers |
| [The Go Programming Language](https://www.youtube.com/channel/UCO3LEtymiLrgvpb59cNsb8A) | Videos about working with the Go Programming Language. | 26K subscribers |
| [Gopher Academy](https://www.youtube.com/channel/UCx9QVEApa5BKLw9r8cnOFEA) | Gopher Academy | 20.1K subscribers |
| [dotconferences dotgo](https://www.youtube.com/channel/UCSRhwaM00ay0fasnsw6EXKA) | Tech Conferences, re-invented.| 17.9K subscribers |
| [GopherCon UK](https://www.youtube.com/channel/UC9ZNrGdT2aAdrNbX78lbNlQ) | GopherCon UK | 8.35K subscribers |
| [Go In 5 Minutes](https://www.youtube.com/channel/UC2GHqYE3fVJMncbrRd8AqcA) | This channel has weekly 5 Minute Screencasts that each contain a focused, self contained tip, best practice or pattern related to programming with the Go programming language (http://golang.org). | 6.48K subscribers |
| [package main](https://www.youtube.com/channel/UCI39wKG8GQnuzFPN5SM55qw) | "package main" is all about Go - for beginners or advanced engineers, everyone is welcome an I hope everyone can find something useful and interesting. It contains real-world tutorials, where we'll build real things together. | 5.47K subscribers |
| [TalkGo](https://youtube.com/c/talkgo_night) | Weekly Go Online Meetup via Bilibili | 4.07K subscribers |
| [Asta Xie](https://www.youtube.com/channel/UCLiAl_5hNOMQdeN0safxV6Q) | Gopher China 大会的一些视频回看 | 3.37K subscribers |
| [Singapore Gophers](https://www.youtube.com/channel/UCazkIMpjghmT8fugD1WF_DQ) | Singapore Gophers | 2.99K subscribers |
| [Bo-Yi Wu](https://www.youtube.com/channel/UCLCZJ9d_I7UJP2bpXpge8KA) | http://blog.wu-boy.com/ | 2.16K subscribers |
| [Changkun Ou](https://www.youtube.com/channel/UCtujb7c9eudbVEkAsIRZR3w) | Science and art, life in between. | 1.56K subscribers |
| [GopherCon Europe](https://www.youtube.com/channel/UCxm3-iHEMy7IkU0_gwDVGAQ) | GopherCon has arrived to Europe on 2018 and we're traveling the continent: 2018 - Reykjavik, Iceland 2019 - Tenerife, Canary Islands 2020 - Online 2021 - Berlin, Germany | 1.36K subscribers |
| [Go Northwest](https://www.youtube.com/channel/UCq9zCm9qiQ6glsz8B3kwsxw) | Go Northwest is a single day, community-driven conference devoted to the Go programming language held in the Pacific Northwest. https://gonorthwest.io/ | 836 subscribers |
| [GopherCon Israel](https://www.youtube.com/channel/UCV_ox3kVvV5HrUz4JOuZpdQ) | GopherCon brings the Israeli Go community together through its events. The GopherCon brand is well known and respected for its high standards and diverse appeal. | 677 subscribers |
| [Golang Taiwan](https://www.youtube.com/channel/UCjnIy_GQAuszZurUIO3zg9Q) | Golang Taiwan 是由一群熱愛 Go 語言的台灣 Gopher 所組成的開發者社群,定期舉辦跟 Go 相關的技術活動,醞釀 Go 開發社群能量 | 411 subscribers |
| [Forge Utah](https://www.youtube.com/channel/UC7aCz1ur-s48fwm8Zfhjlbg) | The Utah FORGE team at the University of Utah is committed to publicizing and improving basic knowledge of geothermal energy and EGS technologies. | 148 subscribers |
| [Utah Golang User Group](https://www.youtube.com/channel/UCcqNIz8w85qa25W8A_0NG6Q) | Presentations from the Utah Golang User Group (#UTGO) | 92 subscribers |
| Golang Channel | Intro | Subscribers |
| ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| [justforfunc: Programming in Go](https://www.youtube.com/channel/UC_BzFbxG2za3bp5NRRRXJSw) | Series of talk recordings and screencasts mainly about Go and the Google Cloud Platform | 33.1K subscribers |
| [The Go Programming Language](https://www.youtube.com/channel/UCO3LEtymiLrgvpb59cNsb8A) | Videos about working with the Go Programming Language. | 26K subscribers |
| [Gopher Academy](https://www.youtube.com/channel/UCx9QVEApa5BKLw9r8cnOFEA) | Gopher Academy | 20.1K subscribers |
| [dotconferences dotgo](https://www.youtube.com/channel/UCSRhwaM00ay0fasnsw6EXKA) | Tech Conferences, re-invented. | 17.9K subscribers |
| [GopherCon UK](https://www.youtube.com/channel/UC9ZNrGdT2aAdrNbX78lbNlQ) | GopherCon UK | 8.35K subscribers |
| [Go In 5 Minutes](https://www.youtube.com/channel/UC2GHqYE3fVJMncbrRd8AqcA) | This channel has weekly 5 Minute Screencasts that each contain a focused, self contained tip, best practice or pattern related to programming with the Go programming language (http://golang.org). | 6.48K subscribers |
| [package main](https://www.youtube.com/channel/UCI39wKG8GQnuzFPN5SM55qw) | "package main" is all about Go - for beginners or advanced engineers, everyone is welcome an I hope everyone can find something useful and interesting. It contains real-world tutorials, where we'll build real things together. | 5.47K subscribers |
| [TalkGo](https://youtube.com/c/talkgo_night) | Weekly Go Online Meetup via Bilibili | 4.07K subscribers |
| [Asta Xie](https://www.youtube.com/channel/UCLiAl_5hNOMQdeN0safxV6Q) | Gopher China 大会的一些视频回看 | 3.37K subscribers |
| [Singapore Gophers](https://www.youtube.com/channel/UCazkIMpjghmT8fugD1WF_DQ) | Singapore Gophers | 2.99K subscribers |
| [Bo-Yi Wu](https://www.youtube.com/channel/UCLCZJ9d_I7UJP2bpXpge8KA) | http://blog.wu-boy.com/ | 2.16K subscribers |
| [Changkun Ou](https://www.youtube.com/channel/UCtujb7c9eudbVEkAsIRZR3w) | Science and art, life in between. | 1.56K subscribers |
| [GopherCon Europe](https://www.youtube.com/channel/UCxm3-iHEMy7IkU0_gwDVGAQ) | GopherCon has arrived to Europe on 2018 and we're traveling the continent: 2018 - Reykjavik, Iceland 2019 - Tenerife, Canary Islands 2020 - Online 2021 - Berlin, Germany | 1.36K subscribers |
| [Go Northwest](https://www.youtube.com/channel/UCq9zCm9qiQ6glsz8B3kwsxw) | Go Northwest is a single day, community-driven conference devoted to the Go programming language held in the Pacific Northwest. https://gonorthwest.io/ | 836 subscribers |
| [GopherCon Israel](https://www.youtube.com/channel/UCV_ox3kVvV5HrUz4JOuZpdQ) | GopherCon brings the Israeli Go community together through its events. The GopherCon brand is well known and respected for its high standards and diverse appeal. | 677 subscribers |
| [Golang Taiwan](https://www.youtube.com/channel/UCjnIy_GQAuszZurUIO3zg9Q) | Golang Taiwan 是由一群熱愛 Go 語言的台灣 Gopher 所組成的開發者社群,定期舉辦跟 Go 相關的技術活動,醞釀 Go 開發社群能量 | 411 subscribers |
| [Forge Utah](https://www.youtube.com/channel/UC7aCz1ur-s48fwm8Zfhjlbg) | The Utah FORGE team at the University of Utah is committed to publicizing and improving basic knowledge of geothermal energy and EGS technologies. | 148 subscribers |
| [Utah Golang User Group](https://www.youtube.com/channel/UCcqNIz8w85qa25W8A_0NG6Q) | Presentations from the Utah Golang User Group (#UTGO) | 92 subscribers |
### Bilibili
| Golang Channel | Intro | Subscribers |
|----|----|----|
| [土妹编程](https://space.bilibili.com/555585221/) | 硅谷老年(senior)程序员,认真做对技术人有帮助的干货视频! | 1.7 万粉丝 |
| [Go 夜读](https://space.bilibili.com/326749661) | 所有与 Go 相关的技术知识、架构实践,TalkGo 读书会的阅读清单,读书笔记,读书小结等。 | 1.4 万粉丝 |
| [eggo-tech](https://space.bilibili.com/567195437/) | 公众号:幼麟实验室。我们师徒二人,就想做点儿形象通透的编程教程。 | 5674 粉丝 |
| [面向加薪学习](https://space.bilibili.com/375038855) | 专注于Go、Java、Flutter、Vue、React、Taro、小程序、Android、项目管理、软件架构 | 3202 粉丝 |
| [GopherChina](https://space.bilibili.com/436361287) | GopherChina | 2396 粉丝 |
| [欧长坤](https://space.bilibili.com/2757295/) | https://changkun.de | 725 粉丝 |
| Golang Channel | Intro | Subscribers |
| ---------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------- |
| [土妹编程](https://space.bilibili.com/555585221/) | 硅谷老年(senior)程序员,认真做对技术人有帮助的干货视频! | 1.7 万粉丝 |
| [Go 夜读](https://space.bilibili.com/326749661) | 所有与 Go 相关的技术知识、架构实践,TalkGo 读书会的阅读清单,读书笔记,读书小结等。 | 1.4 万粉丝 |
| [eggo-tech](https://space.bilibili.com/567195437/) | 公众号:幼麟实验室。我们师徒二人,就想做点儿形象通透的编程教程。 | 5674 粉丝 |
| [面向加薪学习](https://space.bilibili.com/375038855) | 专注于Go、Java、Flutter、Vue、React、Taro、小程序、Android、项目管理、软件架构 | 3202 粉丝 |
| [GopherChina](https://space.bilibili.com/436361287) | GopherChina | 2396 粉丝 |
| [欧长坤](https://space.bilibili.com/2757295/) | https://changkun.de | 725 粉丝 |
## Go 文章
@ -268,14 +268,15 @@ IntelliJ idea + Go Plugin、[Goland](https://www.jetbrains.com/go/)、[LiteIDE](
| [峰云就她了 - 专注于 GOLANG、PYTHON、DB、CLUSTER](http://xiaorui.cc/) | <http://xiaorui.cc/feed/> |
| [大俊 - Go 每日一库](https://darjun.github.io/) |
| [极客兔兔 - 7天从零实现 XX](https://geektutu.com/) |
| [mzh/blog](https://mzh.io/) | <https://mzh.io/index.xml> |
----
## Go 社区
| Go 语言社区(排名不分先后) | 特色 |
| --------------------------------------------------------- | ------------------------------------------------ |
| [TalkGo](https://talkgo.org) | Go 夜读、TalkGo 读书会,Go 相关技术讨论社区 |
| [Go 中国](https://gocn.vip) | GoCN 每日新闻、问答社区 |
| [TalkGo](https://talkgo.org) | Go 夜读、TalkGo 读书会,Go 相关技术讨论社区 |
| [Go 中国](https://gocn.vip) | GoCN 每日新闻、问答社区 |
| [Go 语言中文网](http://studygolang.com) | 问答社区、开源项目、资源、图书、下载、官方文档。 |
| [Golang 中国](http://www.golangtc.com) | 问答社区、图书、下载。 |
| [Golang 语言社区 (www.Golang.LTD)](http://www.golang.ltd) | 问答社区 |

Loading…
Cancel
Save