Documentation
¶
Overview ¶
Package rawloginlib implements a Go analysis linter that flags standard log package calls in library (pkg/) packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analyzerutil.New("rawloginlib", "reports use of the standard log package in library packages where pkg/logger should be used instead", run)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.