We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7c2b commit 558e322Copy full SHA for 558e322
formatter/formatter_html.go
@@ -11,7 +11,7 @@ type HTMLFormatter struct {
11
config *Config
12
}
13
14
-//go:embed ..\resources\templates\simple-html.gohtml
+//go:embed ..\/resources\/templates\/simple-html.gohtml
15
var HTMLSimpleTemplate string
16
17
// Format the data and output it to appropriate io.Writer
formatter/formatter_md.go
@@ -12,7 +12,7 @@ type MarkdownFormatter struct {
Config *Config
-//go:embed ..\resources\templates\markdown.tmpl
+//go:embed ..\/resources\/templates\/markdown.tmpl
var MarkdownTemplate string
18
0 commit comments