Documentation ¶
Overview ¶
Package asmdecl defines an Analyzer that reports mismatches between assembly files and Go declarations.
Index ¶
Constants ¶
View Source
const Doc = "report mismatches between assembly files and Go declarations"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "asmdecl", Doc: Doc, URL: "https://pkg.go.dev/github.com/asahasrabuddhe/tools/go/analysis/passes/asmdecl", Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.