package cgocall

import "golang.org/x/tools/go/analysis/passes/cgocall"

Package cgocall defines an Analyzer that detects some violations of the cgo pointer passing rules.

Index

Constants

const Doc = "" /* 379 byte string literal not displayed */

Variables

var Analyzer = &analysis.Analyzer{
	Name:             "cgocall",
	Doc:              Doc,
	RunDespiteErrors: true,
	Run:              run,
}

Source Files

cgocall.go

Version
v0.3.0
Published
Nov 9, 2022
Platform
js/wasm
Imports
11 packages
Last checked
5 hours ago

Tools for package owners.