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 ¶
asmdecl.go
- Version
- v0.30.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 3 hours ago –
Tools for package owners.