package
Version:
v0.0.0-...-84f570a
Opens a new window with list of versions in this module.
Published: Nov 8, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cgocall defines an Analyzer that detects some violations of
the cgo pointer passing rules.
View Source
var Analyzer = &analysis.Analyzer{
Name: "cgocall",
Doc: Doc,
URL: "https://pkg.go.dev/github.com/goplus/xtools/gop/analysis/passes/cgocall",
RunDespiteErrors: true,
Run: run,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.