diff --git a/README.md b/README.md index 0ead9b7..f772ee3 100644 --- a/README.md +++ b/README.md @@ -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.