This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-pattern-examples
Watch
1
Star
0
Fork
0
You've already forked go-pattern-examples
mirror of
https://github.com/crazybber/go-pattern-examples.git
synced
2025-02-16 17:23:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
go-pattern-examples
/
behavior
/
02_option
History
Edward
06412a32fe
regular structure patterns order and names
2020-05-02 18:43:03 +08:00
..
functional_options_test.go
regular structure patterns order and names
2020-05-02 18:43:03 +08:00
options.go
regular structure patterns order and names
2020-05-02 18:43:03 +08:00
README.md
regular structure patterns order and names
2020-05-02 18:43:03 +08:00
README.md
Unescape
Escape
说明
Option模式又称傻瓜模式,常常用于参数传递
,
一般常常与New模式配合使用用于初始化的一个对象的外部参数.