Documentation ¶
Overview ¶
Package customcheck inludes static analyser for os.exit in main func of main package
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OsExitInMainAnalyzer = &analysis.Analyzer{
Name: "osexitinmaincheck",
Doc: "check for os.exit in main function of main package",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.