Documentation ¶
Overview ¶
Package directive defines an Analyzer that checks known Go toolchain directives.
Index ¶
Constants ¶
View Source
const Doc = `` /* 598-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "directive", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/directive", Run: runDirective, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.