Documentation
¶
Overview ¶
Package panicinlibrarycode implements a Go analysis linter that flags panic() calls in library (pkg/) packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analyzerutil.NewAtPath("panicinlibrarycode", "reports panic() calls in library code under pkg/ that should return errors instead", "panic-in-library-code", run)
Analyzer is the panic-in-library-code analysis pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.