From d7f10d618eb34a81a02dc970ac078d66c4865a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=9B=AA=E6=97=A0=E6=83=85?= Date: Thu, 15 Feb 2018 10:45:03 +0800 Subject: [PATCH] Added Go In Action Notes by flysnow (#2724) * add go in action notes * fix go in action notes title * fix Alphabetical ordering * fix zh charter order * remove non-english resource --- free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index de22b3a78..7488e9c9c 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -413,6 +413,7 @@ * [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版) * [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《 [The Little Go Book](https://github.com/karlseguin/the-little-go-book) 》中文版) * [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming) +* [Go 语言实战笔记](https://github.com/rujews/go-in-action-notes) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial) * [Go实战开发](https://github.com/astaxie/Go-in-Action)