1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-23 13:36:08 +03:00

*: remove pattern category "other"

This commit is contained in:
Tamer Tas 2017-02-22 19:09:59 +03:00
parent 3fb885f474
commit 0252c317e8
2 changed files with 0 additions and 7 deletions

View File

@ -108,9 +108,3 @@ 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 | ✘ |
## Other Patterns
| Pattern | Description | Status |
|:-------:|:----------- |:------:|
| | | |

View File

@ -59,5 +59,4 @@
* [Functional Options](/idiom/functional-options.md)
* [Anti-Patterns](/README.md#anti-patterns)
* [Cascading Failures](/anti-patterns/cascading_failures.md)
* [Other Patterns](/README.md#other-patterns)
* [Contributing](/CONTRIBUTING.md)