Remove mention of salixmd until yuin/goldmark#426 is resolved
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user