From 3a8912e0fe985b4de85371bc207071e3ab68b482 Mon Sep 17 00:00:00 2001 From: yangwenmai Date: Fri, 1 Jun 2018 09:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9B=A8=E7=97=95Go=20?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E7=AC=94=E8=AE=B0=E7=AC=AC=E5=85=AD=E7=89=88?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AAGolang=E5=85=A5?= =?UTF-8?q?=E9=97=A8=E8=B5=84=E6=96=99?= 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 5b6901b..876e6a3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Go By Example 中文版](https://github.com/xg-wang/gobyexample) | | [国外的一个高质量 Go 教程集](https://golangbot.com/learn-golang-series/) | | [Go 测试驱动](https://quii.gitbook.io/learn-go-with-tests) | | [针对初学者的快速入门开发和使用 go](https://github.com/KeKe-Li/For-learning-Go-Tutorial) | +| [Go 快速入门资料](https://devhints.io/go) | | Go 进阶| |----| @@ -36,7 +37,7 @@ Go By Example 中文版](https://github.com/xg-wang/gobyexample) | | Go 书籍| |-----| | [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) | -| [雨痕的 Go 学习笔记](https://github.com/qyuhen/book) | +| [雨痕的《Go 学习笔记》,正在编写第六版,可于微博下载预览版,或关注公众号(2018-05-07)](https://github.com/qyuhen/book) | | [Go 语言圣经](https://www.gitbook.com/book/wizardforcel/gopl-zh/details) / [Go 语言圣经](https://github.com/golang-china/gopl-zh) | | [GO SCP](https://checkmarx.gitbooks.io/go-scp/content/) | | [List of Golang books](https://github.com/dariubs/GoBooks) |