From ded1e15f06f21eaf6d0e7818c5d836aa0d23390a Mon Sep 17 00:00:00 2001 From: Foryoung Yu Date: Fri, 14 Apr 2023 10:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=9B=9B=E6=9C=ACGo?= =?UTF-8?q?Lang=E7=BC=96=E7=A8=8B=E4=B9=A6=E7=B1=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了四本GoLang编程书籍: - Go语言圣经(原链接失效) - Go语言高级编程 - Go语言定制指南(原名:Go语法树入门) - Go语言设计与实现 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df8f09d..f1df71a2 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,10 @@ ## Go +* [Go语言圣经](https://gopl-zh.github.io/) +* [Go语言高级编程](https://chai2010.cn/advanced-go-programming-book/) +* [Go语言定制指南](https://chai2010.cn/go-ast-book/)(原名:Go语法树入门) +* [Go语言设计与实现](https://draveness.me/golang/) * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) * [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) * [学习Go语言](http://mikespook.com/learning-go/) @@ -472,7 +476,6 @@ * [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action) * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations) * [深入解析Go](https://github.com/tiancaiamao/go-internals) -* [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details)) * [golang runtime源码分析](https://github.com/sheepbao/golang_runtime_reading) * [Go语言实战: 编写可维护Go语言代码建议](https://github.com/llitfkitfk/go-best-practice) * [Golang 系列教程(译)](https://github.com/Tinywan/golang-tutorial)