From 288d15635db351deb485fc67b0158ecdbb5e5c20 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 5 Aug 2025 15:13:38 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adf5895..cf68549 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ * [Organizing Database Access](https://www.alexedwards.net/blog/organising-database-access) * [What's in a Name](https://talks.golang.org/2014/names.slide#1) * [When in Go, Do as Gophers Do](https://talks.golang.org/2014/readability.slide#1) +* [Go Concurrency Rocks](https://www.concurrency.rocks/) # Tools * [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.