From ef50e964743964aa27c1651dcd87a0477a0cc0a7 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 5 Sep 2025 18:08:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b2d62c..8de9d4f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The awesome list of things. - [Building Statically Linked Go Executables with CGO and Zig](https://calabro.io/zig-cgo) - [Learn to Build a Database in Go from Scratch](https://build-your-own.org/blog/20251015_db_in_3000/): Intro to building a database in go with only the stdlib - [How I write tests in Go](https://blog.verygoodsoftwarenotvirus.ru/posts/testing-in-go/) +- [Structured logging in Go](https://www.dash0.com/guides/logging-in-go-with-slog): Good intro into structured logging ### CLI Frameworks / Utilities / libraries