go/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/ast/internal | |
go/build | Package build gathers information about Go packages. |
go/build/constraint | Package constraint implements parsing and evaluation of build constraint lines. |
go/constant | Package constant implements Values representing untyped Go constants and their corresponding operations. |
go/doc | Package doc extracts source code documentation from a Go AST. |
go/doc/comment | Package comment implements parsing and reformatting of Go doc comments, (documentation comments), which are comments that immediately precede a top-level declaration of a package, const, func, type, or var. |
go/format | Package format implements standard formatting of Go source. |
go/importer | Package importer provides access to export data importers. |
go/internal | |
go/parser | Package parser implements a parser for Go source files. |
go/printer | Package printer implements printing of AST nodes. |
go/scanner | Package scanner implements a scanner for Go source text. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
go/types | Package types declares the data types and implements the algorithms for type-checking of Go packages. |
go/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". |
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Last checked
- 13 minutes ago –
Tools for package owners.