From d945ddc415ca5f56f13b69a48745bdb63035cbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E5=AE=9D?= Date: Wed, 7 Nov 2018 11:26:57 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f2d6f..47a20d2 100644 --- a/README.md +++ b/README.md @@ -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. 建造者模式