From 9755db0c329a1e086a02c9bf6a143fe8e16a9e7e Mon Sep 17 00:00:00 2001 From: Ziyi Yan Date: Sun, 9 Oct 2016 09:47:09 +0800 Subject: [PATCH] Add Go at Google article in Go resources --- programming-language-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/programming-language-resources.md b/programming-language-resources.md index b93ddd7..9070960 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -51,6 +51,7 @@ - [A Tour of Go](https://tour.golang.org/) - [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) - Other Language 1 - Other Language 2 - etc