Documentation ¶
Overview ¶
Package embeddirective defines an Analyzer that validates //go:embed directives. The analyzer defers fixes to its parent source.Analyzer.
Index ¶
Constants ¶
View Source
const Doc = `` /* 289-byte string literal not displayed */
View Source
const MissingImportMessage = `must import "embed" when using go:embed directives`
source.fixedByImportingEmbed relies on this message to filter out fixable diagnostics from this Analyzer.
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.