From f193add78666cd22df970bdf8134386a68cb18ac Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 22 Mar 2025 18:06:18 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3634ff..0461c7f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The awesome list of things. - [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/) +- [Circuit Breaker Pattern in Go](https://rednafi.com/go/circuit_breaker/) ### CLI Frameworks & Utilities