From 512f18568ac52abad84368437a622c5f6c059698 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 21 Apr 2020 22:58:50 +0800 Subject: [PATCH] update reademe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870b736..7703832 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Go 语言设计模式 +# Go 语言设计模式示例集合 参考资料:[大话设计模式](https://book.douban.com/subject/2334288/) | [图解设计模式](https://book.douban.com/subject/26933281/) | [菜鸟教程—设计模式](https://www.runoob.com/design-pattern/design-pattern-tutorial.html)