From 48f10f6c608953a4714900057f393bb6bab0272a Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 23 Jan 2025 22:17:37 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3313f3f..3dcfe33 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The awesome list of things. - [Writing secure Go code](https://jarosz.dev/article/writing-secure-go-code/) - [Which router to choose](https://www.alexedwards.net/blog/which-go-router-should-i-use) - [Organizing a Go module](https://go.dev/doc/modules/layout#server-project) +- [Golang middleware](https://blog.questionable.services/article/guide-logging-middleware-go/) ### CLI Frameworks & Utilities