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 20:06:02 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aecf5d10fd
go-pattern-examples
/
resiliency
/
07_rate_limiting
/
README.md
6 lines
118 B
Markdown
Raw
Normal View
History
Unescape
Escape
add readme for some patterns
2020-05-02 13:25:28 +03:00
# 限流模式
就是限制控制突发和访问频率的一种模式
update readme
2020-05-21 07:29:04 +03:00
在go中是基于Channel的一种便利设计
Reference in New Issue
Copy Permalink