Remove mention of salixmd until yuin/goldmark#426 is resolved

This commit is contained in:
2023-11-04 10:16:04 -07:00
parent 6c23c75906
commit 685dcee774
2 changed files with 2 additions and 5 deletions

View File

@@ -57,9 +57,11 @@ func main() {
vars["name"] = name
}
n := time.Now()
err = tmpl.
WithVarMap(vars).
Execute(w)
println(time.Since(n).String())
if err != nil {
log.Println(err)
w.WriteHeader(http.StatusInternalServerError)