From 715d2ba62b1b09dfd03434226ecc6f6a1789d35f Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Sat, 17 Jun 2023 15:19:54 +0100 Subject: [PATCH] chore: add resource under golang:go-advanced:working-with-json --- .../golang/content/101-go-advanced/101-working-with-json.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/golang/content/101-go-advanced/101-working-with-json.md b/src/data/roadmaps/golang/content/101-go-advanced/101-working-with-json.md index fb0a3c3e7..04e70b73f 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/101-working-with-json.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/101-working-with-json.md @@ -7,3 +7,4 @@ Visit the following resources to learn more: - [JSON](https://go.dev/blog/json) - [Guide to JSON in Golang](https://www.sohamkamani.com/golang/json/) - [JSON to GO](https://mholt.github.io/json-to-go/) +- [Comprehensive Guide to using JSON in Go](https://betterstack.com/community/guides/scaling-go/json-in-go/) \ No newline at end of file