package
1.0.0
Repository: https://github.com/nickng/dingo-hunter.git
Documentation: pkg.go.dev

# Packages

Package callgraph represents function call graph.

# Functions

GetMainPkg returns main package of a command.
NewConfig creates a new default build configuration.
NewConfigFromString creates a new default build configuration.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FromFiles is option to use a list of filenames for initial packages.
FromString is option to use a string as body of initial package.

# Variables

No description provided by the author

# Structs

ChanOp abstracts an ssa.Send, ssa.Unop(ARROW) or a SelectState.
Config holds the configuration for building SSA IR.
SSAInfo is the SSA IR + metainfo built from a given Config.

# Type aliases

No description provided by the author
No description provided by the author
A Mode value is a flag indicating how the source code are supplied.