From c485e98abb3d88a41e16f6e207265d703d2ef744 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 27 Apr 2020 18:01:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d866fad..a0ac899 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Go常用的、面向工程化和最佳实践的模式套路,包含常见的23 + [创建者模式(Builder)](./creation/06_builder) + [原型模式(Prototype)](./creation/07_prototype) + [单例模式(Singleton)](./creation/03_singleton) -+ [对象池模式(OBject Pool)](./creation/24_object_pool) ++ [对象池模式(Object Pool)](./creation/24_object_pool) + [New模式(New)](./creation/25_new) ## 结构型模式