From 28ee2574aca3fd8a530814eaaaa603c8a4fd9305 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 31 Oct 2022 11:04:38 +0800 Subject: [PATCH] add Go ast book (#4512) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cf7f97d..b728dbc1 100644 --- a/README.md +++ b/README.md @@ -3240,6 +3240,7 @@ _Where to discover new Go libraries._ - [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - [Building Web Apps With Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) - [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details. +- [Go AST Book (Chinese)](https://github.com/chai2010/go-ast-book) - A book focusing on Go `go/*` packages. - [Go Bootcamp](http://golangbootcamp.com) - [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian. - [GoBooks](https://github.com/dariubs/GoBooks) - A curated list of Go books.