go-pattern-examples/behavior/26_option/README.md
2020-04-27 10:27:37 +08:00

3 lines
186 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 说明
Option模式又称万能用于参数传递和初始化的创建模式一般常常与New模式配合使用同时具有Builder模式的一些特点创建对象更灵活.