Go AST Book is an open-source Chinese technical book about understanding and customizing Go through its abstract syntax tree. It explains how Go source files can be represented as semantically equivalent AST structures. The book focuses on the standard library packages behind this process, especially go/ast and go/token. It shows how tools such as formatting, documentation, parsing, and code analysis are built on top of syntax tree concepts.