diff --git a/html.go b/html.go index 1ee059d..481b3ce 100644 --- a/html.go +++ b/html.go @@ -9,6 +9,7 @@ const tmpl = "" func badHTMLTemplate() { a := "something from another place" + t := template.Must(template.New("ex").Parse(tmpl)) v := map[string]interface{}{ "Title": "Test World",