3
0
mirror of https://github.com/gin-gonic/gin.git synced 2025-04-06 03:57:46 +08:00

fix typo in PR for

This commit is contained in:
Ludwig Valda Vasquez 2014-09-17 07:44:42 +04:00
parent 97ae4a6b65
commit e5a7bcd6df

@ -107,7 +107,7 @@ func (r *htmlDebugRender) Render(w http.ResponseWriter, code int, data ...interf
}
for _, glob := range r.globs {
if _, err = t.ParseGlob(glob); err != nil {
if _, err := t.ParseGlob(glob); err != nil {
return err
}
}