From f15817868480198636d222acde2e8dd4f02765e7 Mon Sep 17 00:00:00 2001 From: Lucas Alves Date: Fri, 20 Aug 2021 21:35:48 -0300 Subject: [PATCH] Create new link for adapter pattern --- README.md | 1 + structural/adapter/adapter.md | 0 2 files changed, 1 insertion(+) create mode 100644 structural/adapter/adapter.md diff --git a/README.md b/README.md index 5e8bfd0..5450584 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/structural/adapter/adapter.md b/structural/adapter/adapter.md new file mode 100644 index 0000000..e69de29