Documentation
¶
Overview ¶
Package sprintferrorsnew implements a Go analysis linter that flags errors.New(fmt.Sprintf(...)) calls that should use fmt.Errorf instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analyzerutil.New("sprintferrorsnew", "reports errors.New(fmt.Sprintf(...)) calls that should use fmt.Errorf instead", run)
Analyzer is the sprintferrorsnew analysis pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.