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