From beb165a7e372a06be170bc64c3da8f8c0b3e8261 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 8 Oct 2020 15:18:17 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5dcf9e0..310adad 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ * [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) + +# Tools +* [JSON-to-Go](https://mholt.github.io/json-to-go/) - This tool will convert a piece of JSON to a Go struct