From 76b989be19281edb5e7ced9e1720b0cd6a8f6312 Mon Sep 17 00:00:00 2001 From: Peter Lyons Date: Sat, 23 Apr 2022 15:49:47 +0000 Subject: [PATCH] Remove broken link to cascading failure anti-pattern --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5450584..fd2d912 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,6 @@ A curated collection of idiomatic design & application patterns for Go language. | Pattern | Description | Status | |:-------:|:----------- |:------:| -| [Cascading Failures](/anti-patterns/cascading_failures.md) | A failure in a system of interconnected parts in which the failure of a part causes a domino effect | ✘ | ## A pattern implementation