From a1a62a01338db29041fb9aa1aa31974de1de4a45 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 28 Apr 2020 22:19:33 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce5fe83..ec78966 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Go常用的、面向工程化和最佳实践的模式套路,包含常见的23 ## Go More -+ [发布订阅模式(Pub-Sub)](./gomore/messages) -+ [时差模式(Time Profile)](./gomore/profiles) ++ [发布订阅模式(Pub-Sub)](./27_gomore/messages) ++ [时差模式(Time Profile)](./28_gomore/profiles) ## 参考资料(Design patters Articles)