package
0.0.0-20220218190644-4958d6d39439
Repository: https://github.com/jhump/golang-x-tools.git
Documentation: pkg.go.dev

# Functions

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 reads the *.cfg file, runs the analysis, and calls os.Exit with an appropriate error code.

# Structs

A Config describes a compilation unit to be analyzed.