We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e773a3 commit 15605caCopy full SHA for 15605ca
src/embed/embed.go
@@ -91,6 +91,7 @@
91
// It can only be used with variables at package scope, not with local variables.
92
//
93
// Patterns must not match files outside the package's module, such as ‘.git/*’ or symbolic links.
94
+// Patterns must not match files whose names include the special punctuation characters " * < > ? ` ' | / \ and :.
95
// Matches for empty directories are ignored. After that, each pattern in a //go:embed line
96
// must match at least one file or non-empty directory.
97
0 commit comments