Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct{}
An Analyzer analyzes Go source code
type Problem ¶
type Problem struct { Function string VarName string Position token.Position // position in source file LineText string // the source line AffectedPosition token.Position AffectedLineText string Category string // a short name for the general category of the problem Validity bool }
Problem to keep nondet part
Click to show internal directories.
Click to hide internal directories.