Documentation ¶
Overview ¶
Package ctxfirst is analyzer that points out function arguments does not come context.Context at the beginning of the arguments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "ctxfirst", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
View Source
var Doc = `check for context of argument.
this analayzer checks function args whether context.Context is first argument.
`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.