Skip to content

Commit

Permalink
docs(root/README): fix link to proxy readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameausoone authored Oct 29, 2022
1 parent 900e63c commit a5f0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 42,7 @@ A curated collection of idiomatic design & application patterns for Go language.
| [Decorator](/structural/decorator/decorator.md) | Adds behavior to an object, statically or dynamically ||
| [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 ||
| [Proxy](/structural/proxy/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
Expand Down

0 comments on commit a5f0c8d

Please sign in to comment.