Documentation ¶
Overview ¶
Package zapw defines an analyzer that finds mistakes with variadic "with" arguments in zap's SugaredLogger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "zapw", Doc: "check for invalid variadic arguments to zap.SugaredLogger", Run: run, Requires: []*analysis.Analyzer{ inspect.Analyzer, }, }
Analyzer is the root analyzer.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.