# Functions
New returns a new Runner.
# Structs
Diagnostic is like go/analysis.Diagnostic, but with all token.Pos resolved to token.Position.
RelatedInformation provides additional context for a diagnostic.
A Result describes the result of analyzing a single package.
A Runner executes analyzers on packages.
TestData contains extra information about analysis runs that is only available in test mode.
TestFact is a serialization of facts that is specific to the test mode.