mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 04:56:09 +03:00
Update README.md
This commit is contained in:
parent
f9880fb315
commit
559f704422
@ -29,7 +29,7 @@ A curated collection of idiomatic design & application patterns for Go language.
|
|||||||
| [Composite](/structural/composite.md) | Encapsulates and provides access to a number of different objects | ✘ |
|
| [Composite](/structural/composite.md) | Encapsulates and provides access to a number of different objects | ✘ |
|
||||||
| [Decorator](/structural/decorator.md) | Adds behavior to an object, statically or dynamically | ✔ |
|
| [Decorator](/structural/decorator.md) | Adds behavior to an object, statically or dynamically | ✔ |
|
||||||
| [Facade](/structural/facade.md) | Uses one type as an API to a number of others | ✘ |
|
| [Facade](/structural/facade.md) | Uses one type as an API to a number of others | ✘ |
|
||||||
| [Flyweight](https://github.com/nitesh420/go-patterns/blob/master/structural/flyweight.go) | Reuses existing instances of objects with similar/identical state to minimize resource usage |✔ |
|
| [Flyweight](/structural/flyweight.go) | Reuses existing instances of objects with similar/identical state to minimize resource usage |✔ |
|
||||||
| [Proxy](/structural/proxy.md) | Provides a surrogate for an object to control it's actions | ✔ |
|
| [Proxy](/structural/proxy.md) | Provides a surrogate for an object to control it's actions | ✔ |
|
||||||
|
|
||||||
## Behavioral Patterns
|
## Behavioral Patterns
|
||||||
|
Loading…
Reference in New Issue
Block a user