The Go Programming Language

Directory src/pkg/go

Last update: Sat Feb 4 05:05:15 UTC 2012

Need more packages? The Package Dashboard provides a list of goinstallable packages.

Subdirectories

Name   Synopsis
..
ast Package ast declares the types used to represent syntax trees for Go packages.
build Package build provides tools for building Go packages.
cgotest
cmdtest
pkgtest
doc Package doc extracts source code documentation from a Go AST.
parser Package parser implements a parser for Go source files.
printer Package printer implements printing of AST nodes.
testdata Package parser implements a parser for Go source files.
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).
typechecker DEPRECATED PACKAGE - SEE go/types INSTEAD. This package implements typechecking of a Go AST. The result of the typecheck is an augmented AST with object and type information for each identifier.
types PACKAGE UNDER CONSTRUCTION. ANY AND ALL PARTS MAY CHANGE. Package types declares the types used to represent Go types.
testdata

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.