From d4577dc7b4e3e0d41fd03fbe7d68b14a1796693d Mon Sep 17 00:00:00 2001 From: sevth <50509571+tt-sevth@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0`Go=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E4=B8=8E=E5=AE=9E=E7=8E=B0`=E4=B8=80?= =?UTF-8?q?=E4=B9=A6=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df8f09d..1f862c4d 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,8 @@ * [Go语言高级编程](https://books.studygolang.com/advanced-go-programming-book/) * [Go2编程指南](https://chai2010.cn/go2-book/) * [Go语言设计模式](https://github.com/senghoo/golang-design-pattern) -* [Go语言四十二章经](https://github.com/ffhelicopter/Go42) +* [Go语言四十二章经](https://github.com/ffhelicopter/Go42) +* [Go语言设计与实现](https://draveness.me/golang/) [返回目录](#目录)