mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-02-16 13:43:13 +03:00
Update README.md
This commit is contained in:
parent
f984b5d178
commit
11c1b43972
@ -57,7 +57,7 @@ A curated collection of idiomatic design & application patterns for Go language.
|
||||
| [Strategy](/behavioral/strategy.md) | Enables an algorithm's behavior to be selected at runtime | ✔ |
|
||||
| [Template](/behavioral/template/main.go) | Defines a skeleton class which defers some methods to subclasses | ✔ |
|
||||
| [Visitor](/behavioral/visitor/main.go) | Separates an algorithm from an object on which it operates | ✔ |
|
||||
| [Interpreter](/behavioral/interpreter/interpreter.md) | interpret your own language or composed commands | ✘ |
|
||||
| [Interpreter](/behavioral/interpreter/interpreter.md) | interpret your own language or composed commands | ✔ |
|
||||
|
||||
## Synchronization Patterns
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user