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
/
26_option
/
README.md
3 lines
150 B
Markdown
Raw
Normal View
History
Unescape
Escape
adjust structure & finish option mode
2020-04-27 10:27:37 +08:00
# 说明
finish abstractfactory for 分库分表
2020-04-27 11:41:24 +08:00
Option模式又称傻瓜模式,常常用于参数传递
,
一般常常与New模式配合使用用于初始化的一个对象的外部参数.
Reference in New Issue
Copy Permalink