go-pattern-examples/behavior/26_option
2020-04-27 17:17:36 +08:00
..
functional_options_test.go adjust structure & finish option mode 2020-04-27 10:27:37 +08:00
options.go adjust structure & finish option mode 2020-04-27 10:27:37 +08:00
README.md update readme 2020-04-27 17:17:36 +08:00

说明

Option模式又称傻瓜模式,常常用于参数传递一般常常与New模式配合使用用于初始化的一个对象的外部参数.