File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Go 语言设计模式的实例代码
7
7
## 创建型模式
8
8
9
9
* [ 简单工厂模式(Simple Factory)] ( https://github.com/senghoo/golang-design-pattern/tree/master/00_simple_factory )
10
- * [ 厂方法模式 (Factory Method)] ( https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method )
10
+ * [ 工厂方法模式 (Factory Method)] ( https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method )
11
11
* [ 抽象工厂模式(Abstract Factory)] ( https://github.com/senghoo/golang-design-pattern/tree/master/05_abstract_factory )
12
12
* [ 创建者模式(Builder)] ( https://github.com/senghoo/golang-design-pattern/tree/master/06_builder )
13
13
* [ 原型模式(Prototype)] ( https://github.com/senghoo/golang-design-pattern/tree/master/07_prototype )
14
- * [ 单例模式(Singleton)] ( https://github.com/senghoo/golang-design-pattern/tree/master/02_adapter )
14
+ * [ 单例模式(Singleton)] ( https://github.com/senghoo/golang-design-pattern/tree/master/03_singleton )
15
15
16
16
## 结构型模式
17
17
You can’t perform that action at this time.
0 commit comments