package
Version:
v0.32.0
Opens a new window with list of versions in this module.
Published: Apr 8, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 236
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/golang.org/x/tools/go/analysis/passes/cgocall",
RunDespiteErrors: true,
Run: run,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.