mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-04 21:53:38 +03:00
behavioral/visitor: marked visitor as implement in README
This commit is contained in:
parent
8cbceb99c5
commit
7ba8e00dff
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ A curated collection of idiomatic design & application patterns for Go language.
|
|||
| [State](/behavioral/state.md) | Encapsulates varying behavior for the same object based on its internal state | ✘ |
|
||||
| [Strategy](/behavioral/strategy.md) | Enables an algorithm's behavior to be selected at runtime | ✔ |
|
||||
| [Template](/behavioral/template.md) | Defines a skeleton class which defers some methods to subclasses | ✘ |
|
||||
| [Visitor](/behavioral/visitor.md) | Separates an algorithm from an object on which it operates | ✘ |
|
||||
| [Visitor](/behavioral/visitor.md) | Separates an algorithm from an object on which it operates | ✔ |
|
||||
|
||||
## Synchronization Patterns
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue