//
pkg.gl
Category
github.com/Go-zh/tools
go
analysis
unitchecker
package
0.0.0-20190318102628-d7df357d3e99
Repository:
https://github.com/go-zh/tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
2
Files
339 SLOC
#
Functions
Main
Main is the main function of a vet-like analysis tool that must be invoked by a build system to analyze a single package.
Run
Run reads the *.cfg file, runs the analysis, and calls os.Exit with an appropriate error code.
#
Structs
Config
A Config describes a compilation unit to be analyzed.