Documentation ¶
Overview ¶
Package analysisinternal exposes internal-only fields from go/analysis.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetTypeErrors = func(p interface{}) []types.Error { return nil }
View Source
var SetTypeErrors = func(p interface{}, errors []types.Error) {}
Functions ¶
func TypeErrorEndPos ¶
Types ¶
type TypeErrorPass ¶
type TypeErrorPass string
const ( NoNewVars TypeErrorPass = "nonewvars" NoResultValues TypeErrorPass = "noresultvalues" UndeclaredName TypeErrorPass = "undeclaredname" )
Click to show internal directories.
Click to hide internal directories.