README ¶ ctxchecker This oss checks if the function argument contains a context. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "ctxchecker", Doc: doc, Run: run, Requires: []*analysis.Analyzer{ inspect.Analyzer, }, } Analyzer is ... Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files ctxchecker.go Directories ¶ Show internal Expand all Path Synopsis cmd ctxchecker Click to show internal directories. Click to hide internal directories.