From f438c6c9677de72637a3d28f59a9c330e4dc2856 Mon Sep 17 00:00:00 2001 From: yangwenmai Date: Wed, 22 Aug 2018 19:56:44 +0800 Subject: [PATCH] =?UTF-8?q?Go=20=E7=AE=B4=E8=A8=80=20-=20Rob=20Pike?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a35a37..0948d6e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公 | [大道至简—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 学习视频 @@ -84,6 +85,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公 | [Go Web 基础](https://github.com/Unknwon/go-web-foundation) | 主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。| | [Go 名库讲解](https://github.com/Unknwon/go-rock-libraries-showcases) | 主要是对 Go 语言的第三方库进行评测讲解的,集博客、示例与语音视频为一体的综合教程,适合完成《Go 编程基础》教程之后的学习者。| | [Go 语言第一课](http://www.imooc.com/learn/345)|郝林| +| [Go 箴言 - Rob Pike](https://www.youtube.com/watch?v=PAAkCSZUG1c) | ---- -- GitLab