Update 'README.md'

This commit is contained in:
jeff 2020-11-03 04:54:35 +00:00
parent beb165a7e3
commit 13ff22273d

View File

@ -58,6 +58,8 @@
* [Communicating Sequential Processes](./Communicating%20Sequential%20Processes.pdf) * [Communicating Sequential Processes](./Communicating%20Sequential%20Processes.pdf)
* [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) * [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)
* [Organizing Database Access](https://www.alexedwards.net/blog/organising-database-access) * [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 # Tools
* [JSON-to-Go](https://mholt.github.io/json-to-go/) - This tool will convert a piece of JSON to a Go struct * [JSON-to-Go](https://mholt.github.io/json-to-go/) - This tool will convert a piece of JSON to a Go struct