package
Version:
v0.0.2-gopresent
Opens a new window with list of versions in this module.
Published: Jul 16, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 12
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/asahasrabuddhe/tools/go/analysis/passes/cgocall",
RunDespiteErrors: true,
Run: run,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.