Directories ¶
Path | Synopsis |
---|---|
forked
|
|
json
Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to.
|
Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. |
reflect
Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined.
|
Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. |
golang
|
|
go/ast
Package ast declares the types used to represent syntax trees for Go packages.
|
Package ast declares the types used to represent syntax trees for Go packages. |
go/build
Package build gathers information about Go packages.
|
Package build gathers information about Go packages. |
go/constant
Package constant implements Values representing untyped Go constants and the corresponding operations.
|
Package constant implements Values representing untyped Go constants and the corresponding operations. |
go/doc
Package doc extracts source code documentation from a Go AST.
|
Package doc extracts source code documentation from a Go AST. |
go/parser
Package parser implements a parser for Go source files.
|
Package parser implements a parser for Go source files. |
go/printer
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
go/scanner
Package scanner implements a scanner for Go source text.
|
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).
|
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.
|
Package types declares the data types and implements the algorithms for type-checking of Go packages. |
reflect
This package is copied from Go library reflect/type.go.
|
This package is copied from Go library reflect/type.go. |
template
This package is copied from Go library text/template.
|
This package is copied from Go library text/template. |
Click to show internal directories.
Click to hide internal directories.