package
0.0.0-20190318102628-d7df357d3e99
Repository: https://github.com/go-zh/tools.git
Documentation: pkg.go.dev

# README

NOTE: For Go releases 1.5 and later, this tool lives in the standard repository. The code here is not maintained.

# Structs

Block represents the information about a basic block to be recorded in the analysis.
File is a wrapper for the state of a file used in the parser.
FuncExtent describes a function's extent in the source by file and position.
FuncVisitor implements the visitor that builds the function position list for a file.