diff options
Diffstat (limited to 'tmpl.go')
-rw-r--r-- | tmpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( "text/template" ) -//go:embed challenge.tmpl +//go:embed challenge.html var tmplString string var tmpl *template.Template |