From 8c1a7db92a05707f174c753a69aff4e82e1cace2 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Wed, 27 May 2020 01:57:56 +0800 Subject: [PATCH] Add Go AST Book (#3617) * Update free-programming-books-zh.md * Update free-programming-books-zh.md --- 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 f4e09813..429e7be4 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -398,6 +398,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/chai2010/go-ast-book) * [Go 语言实战笔记](https://github.com/rujews/go-in-action-notes) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) * [Go 语言高级编程(Advanced Go Programming)](https://github.com/chai2010/advanced-go-programming-book)