go/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
go/ast | |
go/ast/astutil | |
go/callgraph | Package callgraph defines the call graph and various algorithms and utilities to operate on it. |
go/callgraph/cha | Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm. |
go/callgraph/rta | This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types. |
go/callgraph/static | Package static computes the call graph of a Go program containing only static call edges. |
go/gcsizes | Package gcsizes provides a types.Sizes implementation that adheres to the rules used by the gc compiler. |
go/ir | Package ir defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-information (SSI) form intermediate representation (IR) for the bodies of functions. |
go/ir/irutil | |
go/loader | |
go/types | |
go/types/typeutil |
- Version
- v0.3.0-0.dev
- Published
- May 25, 2021
- Platform
- linux/amd64
- Last checked
- 35 seconds ago –
Tools for package owners.