Documentation ¶
Overview ¶
Package nocopy defines an Analyzer that detects invalid uses of util.NoCopy.
Index ¶
Constants ¶
View Source
const Doc = `check for invalid uses of util.NoCopy`
Doc documents this pass.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "nocopy", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer defines this pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.