August 2019
Beginner to intermediate
798 pages
17h 2m
English
An abstract syntax tree (AST) is a structured representation of the source code of a Go program. This tree is constructed according to some rules that are specified in the language specification. The go/ast package is used for declaring the data types required to represent ASTs in Go. If you want to find out more about an ast.* type, the go/ast package should be the best place for this kind of information.
Read now
Unlock full access