Documentation ¶
Overview ¶
Package noexit implement static analyzer which checks for use of 'os.Exit' in the main function of main package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "noexit",
Doc: "forbids usage of os.Exit in the main function of main package",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.