From 9db0ed2d035b19afaa1015bb6df458a46a2df576 Mon Sep 17 00:00:00 2001 From: Young Date: Mon, 20 Jul 2020 09:21:39 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 面向包的设计和架构分层 在 进阶模块 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b14ef41..1f75c9f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公 | [Go 内部原理的一系列文章和视频](https://github.com/emluque/golang-internals-resources) | | [编写和优化 Go 代码](https://github.com/dgryski/go-perfbook/) | | [Go 语言博客实践](https://github.com/achun/Go-Blog-In-Action) | +| [Go 面向包的设计和架构分层](https://github.com/danceyoung/paper-code/blob/master/package-oriented-design/packageorienteddesign.md) | | Go 书籍 | | --------------------------------------------------------------------------------------------------------------------------------- |