This commit is contained in:
刘洪宝 2018-11-07 11:26:57 +08:00
parent 3c248bbb13
commit d945ddc415

View File

@ -14,7 +14,7 @@
3. [工厂方法模式](https://github.com/silsuer/golang-design-patterns/tree/master/factory-method-pattern)
4. 抽象工厂模式
4. [抽象工厂模式](https://github.com/silsuer/golang-design-patterns/tree/master/abstract-factory-pattern)
5. 建造者模式