Remove broken link to cascading failure anti-pattern

This commit is contained in:
Peter Lyons 2022-04-23 15:49:47 +00:00
parent deb499ef3b
commit 76b989be19

View File

@ -121,7 +121,6 @@ A curated collection of idiomatic design & application patterns for Go language.
| Pattern | Description | Status | | 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 ## A pattern implementation