directory
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package buildutil provides utilities related to the go/build package in the standard library.
Package callgraph defines the call graph and various algorithms
and utilities to operate on it.
Package exact implements Values representing untyped Go constants and the corresponding operations.
Package gccgoimporter implements Import for gccgo-generated object files.
Package gcimporter implements Import for gc-generated object files.
package importer implements an exporter and importer for Go export data.
Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies.
Package pointer implements Andersen's analysis, an inclusion-based
pointer analysis algorithm first described in (Andersen, 1994).
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
Package types declares the data types and implements the algorithms for type-checking of Go packages.
No description provided by the author