package asmdecl
import "golang.org/x/tools/go/analysis/passes/asmdecl"
Package asmdecl defines an Analyzer that reports mismatches between assembly files and Go declarations.
Index ¶
Constants ¶
const Doc = "report mismatches between assembly files and Go declarations"
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "asmdecl", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/asmdecl", Run: run, }
Source Files ¶
arches_go119.go asmdecl.go
- Version
- v0.9.3
- Published
- Jun 1, 2023
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 5 hours ago –
Tools for package owners.