update README.md

This commit is contained in:
Edward 2020-05-11 18:00:55 +08:00
parent 679e87c4cb
commit 4b57a7af7e
2 changed files with 5 additions and 4 deletions

View File

@ -90,11 +90,11 @@ go test ./...
| [菜鸟设计模式](https://www.runoob.com/design-pattern/design-pattern-tutorial.html)|以Java为主的设计模式介绍|p|
| [design_pattern](http://c.biancheng.net/design_pattern)|编程之家的设计模式|p|
| [golang-design-pattern](https://github.com/senghoo/golang-design-pattern)|go语言的设计模式理论|p|
| [go-resiliency](https://github.com/eapache/go-resiliency)|go的一些弹性模式 |v|
| [Behavioral](https://github.com/AlexanderGrom/go-patterns/tree/master/Behavioral)|一些行为模式|v|
| [go-resiliency](https://github.com/eapache/go-resiliency)|go的一些弹性模式 |m|
| [Behavioral](https://github.com/AlexanderGrom/go-patterns/tree/master/Behavioral)|设计模式中的行为模式(俄语版)|m|
| [go-patterns](https://github.com/sevenelevenlee/go-patterns)|一些设计模式 |p|
| [go_design_pattern](https://github.com/monochromegane/go_design_pattern)|设计模式|p|
| [microsoft-patterns](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn600223(v=pandp.10))|微软设计模式的文章|p|
| [go_design_pattern](https://github.com/monochromegane/go_design_pattern)|日语版设计模式|p|
| [microsoft-patterns](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn600223(v=pandp.10))|微软设计模式系列文章(24)|p/w|
## 更多 More

View File

@ -20,6 +20,7 @@
"mongodb",
"nums",
"postgres",
"retrier",
"stackless",
"Stateful",
"stretchr",