Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "gocall", Doc: "go target is a func that calls" + " defer log.LogPanicAndExit as first statement", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer contains an analyzer that makes sure that go target is always a func literal that calls defer log.LogPanicAndExit as first statement.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.