From 35c3cf8a178eb63e5943b0e50fbb60a2d2a91f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E5=AE=9D?= Date: Fri, 2 Nov 2018 12:00:10 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfb8a9..bf48c85 100644 --- a/README.md +++ b/README.md @@ -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. 工厂方法模式