From 82c7810cc23b30708cc11f85a4560fc5fde57093 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 15 Jun 2026 16:00:12 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf68549..fdeedc5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ * [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/) +* [func25/go-practical-tips](https://github.com/func25/go-practical-tips/blob/main/tips.md) # 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.