mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-21 20:36:01 +03:00
Create new link for adapter pattern
This commit is contained in:
parent
98d2a29c66
commit
f158178684
@ -43,6 +43,7 @@ A curated collection of idiomatic design & application patterns for Go language.
|
||||
| [Facade](/structural/facade/main.go) | Uses one type as an API to a number of others | ✔ |
|
||||
| [Flyweight](/structural/flyweight/main.go) | Reuses existing instances of objects with similar/identical state to minimize resource usage | ✔ |
|
||||
| [Proxy](/structural/decorator/proxy.md) | Provides a surrogate for an object to control it's actions | ✔ |
|
||||
| [Adapter](/structural/adapter/adapter.md) | Provides a surrogate for an object to control it's actions | ✔ |
|
||||
|
||||
## Behavioral Patterns
|
||||
|
||||
|
0
structural/adapter/adapter.md
Normal file
0
structural/adapter/adapter.md
Normal file
Loading…
Reference in New Issue
Block a user