Documentation ¶
Overview ¶
Module exitcheck set check for calling os.Exit() via inspecting full AST
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "exitcheck",
Doc: "check for os.Exit() in main",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.