| ast |
Package ast declares the types used to represent syntax trees for Go packages. |
| build |
Package build gathers information about Go packages. |
| constant |
Package constant implements Values representing untyped Go constants and their corresponding operations. |
| doc |
Package doc extracts source code documentation from a Go AST. |
| format |
Package format implements standard formatting of Go source. |
| importer |
Package importer provides access to export data importers. |
| parser |
Package parser implements a parser for Go source files. |
| printer |
Package printer implements printing of AST nodes. |
| scanner |
Package scanner implements a scanner for Go source text. |
| token |
Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
| types |
Package types declares the data types and implements the algorithms for type-checking of Go packages. |
| version |
Package version provides operations on [Go versions] in [Go toolchain name syntax]: strings like "go1.20", "go1.21.0", "go1.22rc2", and "go1.23.4-bigcorp". |