Documentation ¶
Overview ¶
Package cgocall defines an Analyzer that detects some violations of the cgo pointer passing rules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "cgocall", Doc: doc, RunDespiteErrors: true, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.