This commit is contained in:
hongbao liu 2018-11-04 19:55:37 +08:00
parent 43b820cbf5
commit a900085734
2 changed files with 2 additions and 2 deletions

View File

@ -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. 抽象工厂模式

View File

@ -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 ~