Documentation
¶
Overview ¶
The errorsas package defines an Analyzer that checks that the second argument to errors.As is a pointer to a type implementing error.
Index ¶
Constants ¶
View Source
const Doc = `` /* 194-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "errorsas", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/errorsas", Requires: []*analysis.Analyzer{typeindexanalyzer.Analyzer}, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.