Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "checklog", Doc: doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer check usage of log.* and fmt.Print*() with following rules - exclude *_test.go file - exclude functions in whiteList4fmt
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.