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-17 01:33:13 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
go-pattern-examples
/
behavior
/
26_option
History
Edward
229509e234
update readme
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
README.md
Unescape
Escape
说明
Option模式又称傻瓜模式,常常用于参数传递
,
一般常常与New模式配合使用用于初始化的一个对象的外部参数.