Documentation ¶
Overview ¶
Package undeclaredname defines an Analyzer that applies suggested fixes to errors of the type "undeclared name: %s".
Index ¶
Constants ¶
View Source
const Doc = `` /* 173-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: string(analysisinternal.UndeclaredName), Doc: Doc, Requires: []*analysis.Analyzer{}, Run: run, RunDespiteErrors: true, }
Functions ¶
func FixesError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.