mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-23 12:26:03 +03:00
5 lines
126 B
Markdown
5 lines
126 B
Markdown
# 策略模式
|
|
|
|
定义一系列算法,让这些算法在运行时可以互换,使得分离算法,符合开闭原则。
|
|
|