fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
golang.org/x/tools/go/ast/edge | Package edge defines identifiers for each field of an ast.Node struct type that refers to another Node. |
iter | Package iter provides basic definitions and operations related to iterators over sequences. |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |