update
This commit is contained in:
parent
43b820cbf5
commit
a900085734
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
2. [简单工厂模式](https://github.com/silsuer/golang-design-patterns/tree/master/simple-factory-pattern)
|
2. [简单工厂模式](https://github.com/silsuer/golang-design-patterns/tree/master/simple-factory-pattern)
|
||||||
|
|
||||||
3. 工厂方法模式
|
3. [工厂方法模式](https://github.com/silsuer/golang-design-patterns/tree/master/factory-method-pattern)
|
||||||
|
|
||||||
4. 抽象工厂模式
|
4. 抽象工厂模式
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@
|
|||||||
|
|
||||||
2. 对简单工厂,增加功能修改的是工厂类;对工厂方法,增加功能修改的是产品类。
|
2. 对简单工厂,增加功能修改的是工厂类;对工厂方法,增加功能修改的是产品类。
|
||||||
|
|
||||||
** 上述代码均放在 [golang-design-patterns](https://github.com/silsuer/golang-design-patterns) 这个仓库中 **
|
> 上述代码均放在 [golang-design-patterns](https://github.com/silsuer/golang-design-patterns) 这个仓库中
|
||||||
|
|
||||||
> 打个广告,推荐一下自己写的 go web框架 [bingo](https://github.com/silsuer/bingo),求star,求PR ~
|
> 打个广告,推荐一下自己写的 go web框架 [bingo](https://github.com/silsuer/bingo),求star,求PR ~
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user