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
2024-11-22 11:56:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a4a57a5556
go-pattern-examples
/
gomore
/
03_context
/
README.md
Edward
d020f12a2b
update README.md for context and fan_in
2020-05-07 11:47:50 +08:00
290 B
Raw
Blame
History
Unescape
Escape
上下文模式
上下文模式,就是使用上下传递参数,或者传递操作。
其实在,观察者模式中,就有用到上下文模式传递参数:
观察模式中的上下文模式
这是演示
,
使用context取消http请求的场景。