go/ directory

Directories

PathSynopsis
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/buildPackage build gathers information about Go packages.
go/build/constraintPackage constraint implements parsing and evaluation of build constraint lines.
go/constantPackage constant implements Values representing untyped Go constants and their corresponding operations.
go/docPackage doc extracts source code documentation from a Go AST.
go/formatPackage format implements standard formatting of Go source.
go/importerPackage importer provides access to export data importers.
go/internal
go/parserPackage parser implements a parser for Go source files.
go/printerPackage printer implements printing of AST nodes.
go/scannerPackage scanner implements a scanner for Go source text.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
Version
v1.18.7
Published
Sep 30, 2022
Platform
darwin/amd64
Last checked
2 minutes ago

Tools for package owners.