mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2025-02-16 17:23:15 +03:00
regular visitor pattern
This commit is contained in:
parent
64daf5eb8b
commit
98b9357642
@ -27,9 +27,9 @@
|
|||||||
+ [x] [策略模式(Strategy)](./behavior/12_strategy)
|
+ [x] [策略模式(Strategy)](./behavior/12_strategy)
|
||||||
+ [ ] [状态模式(State)](./behavior/behavior16_state)
|
+ [ ] [状态模式(State)](./behavior/behavior16_state)
|
||||||
+ [ ] [备忘录模式(Memento)](./behavior/17_memento)
|
+ [ ] [备忘录模式(Memento)](./behavior/17_memento)
|
||||||
+ [ ] [解释器模式(Interpreter)](./behavior/19_interpreter)
|
+ [ ] [访问者模式(Visitor)](./behavior/07_visitor)
|
||||||
+ [ ] [职责链模式(Chain of Responsibility)](./behavior/05_chain_of_responsibility)
|
+ [ ] [解释器模式(Interpreter)](./behavior/08_interpreter)
|
||||||
+ [ ] [访问者模式(Visitor)](./behavior/23_visitor)
|
+ [x] [职责链模式(Chain of Responsibility)](./behavior/05_chain_of_responsibility)
|
||||||
|
|
||||||
|
|
||||||
## 创建型模式
|
## 创建型模式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user