Update 'README.md'

This commit is contained in:
jeff 2021-04-30 23:20:49 +00:00
parent 13ff22273d
commit 97fe019402

View File

@ -62,4 +62,4 @@
* [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
* [JSON-to-Go](https://mholt.github.io/json-to-go/) - This tool will convert a piece of JSON to a Go struct. This [functionality](https://www.jetbrains.com/help/go/working-with-json.html#generate-struct-fields) is a feauture in the GoLand IDE.