update readme

This commit is contained in:
刘洪宝 2018-11-02 12:00:10 +08:00
parent 40f7a0fd11
commit 35c3cf8a17

View File

@ -10,7 +10,7 @@
1. [单例模式](https://github.com/silsuer/golang-design-patterns/blob/master/singleton/README.md)
2. 简单工厂模式
2. [简单工厂模式](https://github.com/silsuer/golang-design-patterns/tree/master/simple-factory-pattern)
3. 工厂方法模式