From 97fe019402d5b8e58317f6a6936cfe4daf2a1180 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 30 Apr 2021 23:20:49 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.