From b054fbabc0efc0b14f4436c66bcc5b283ec080f9 Mon Sep 17 00:00:00 2001 From: Ziyi Yan Date: Sun, 9 Oct 2016 09:53:34 +0800 Subject: [PATCH] Add Go Proverbs & its video --- programming-language-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programming-language-resources.md b/programming-language-resources.md index 9070960..5b61628 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -52,6 +52,8 @@ - [Effective Go](https://golang.org/doc/effective_go.html) - [Go Wiki](https://golang.org/wiki) - [Go at Google: Language Design in the Service of Software Engineering](https://talks.golang.org/2012/splash.article) + - [Go Proverbs](http://go-proverbs.github.io/) + - [Go Proverbs - Rob Pike (video)](https://www.youtube.com/watch?v=PAAkCSZUG1c) - Other Language 1 - Other Language 2 - etc