From 13ff22273dbf51e519d15853a00871095a2c5f19 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 3 Nov 2020 04:54:35 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 310adad..0ead9b7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ * [Communicating Sequential Processes](./Communicating%20Sequential%20Processes.pdf) * [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) * [Organizing Database Access](https://www.alexedwards.net/blog/organising-database-access) +* [What's in a Name](https://talks.golang.org/2014/names.slide#1) +* [When in Go, Do as Gophers Do](https://talks.golang.org/2014/readability.slide#1) # Tools * [JSON-to-Go](https://mholt.github.io/json-to-go/) - This tool will convert a piece of JSON to a Go struct