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