mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-04 21:53:34 +03:00
Merge branch 'master' of https://github.com/crazybber/go-patterns
This commit is contained in:
commit
141a33f153
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
|
||||
A curated collection of idiomatic design & application patterns for Go language.
|
||||
|
||||
#### this is a fork of https://github.com/tmrts/go-patterns but merged in with other awesome forks.
|
||||
#### a fork of https://github.com/tmrts/go-patterns but merged in with other awesome forks. can go with [patterns-in-examples](https://github.com/crazybber/go-fucking-patterns)
|
||||
|
||||
|
||||
## Update History
|
||||
|
||||
|
@ -119,3 +120,7 @@ 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
|
||||
|
||||
[go-patterns-in-examples](https://github.com/crazybber/go-fucking-patterns)
|
||||
|
|
Loading…
Add table
Reference in a new issue