go/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/build | Package build gathers information about Go packages. |
go/doc | Package doc extracts source code documentation from a Go AST. |
go/format | Package format implements standard formatting of Go source. |
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). |
- Version
- v1.4.2
- Published
- Feb 18, 2015
- Platform
- windows/amd64
- Last checked
- 2 minutes ago –
Tools for package owners.