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 728485f commit 6eb3de2Copy full SHA for 6eb3de2
internal/lsp/analysis/embeddirective/embeddirective.go
@@ -35,7 +35,7 @@ func run(pass *analysis.Pass) (interface{}, error) {
35
return nil, nil
36
}
37
38
-// Check if comment contains //go:embed directive.
+// Check if the comment contains //go:embed directive.
39
func hasEmbedDirectiveComment(f *ast.File) *ast.Comment {
40
for _, cg := range f.Comments {
41
for _, c := range cg.List {
0 commit comments