From 0252c317e88e5820dfa7f68dca1254bc0d7ac902 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Wed, 22 Feb 2017 19:09:59 +0300 Subject: [PATCH] *: remove pattern category "other" --- README.md | 6 ------ SUMMARY.md | 1 - 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index 2d2c1b6..da5a3dd 100644 --- a/README.md +++ b/README.md @@ -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 | -|:-------:|:----------- |:------:| -| | | | diff --git a/SUMMARY.md b/SUMMARY.md index 021d36b..9337c64 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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)