fix typo in PR for #119

This commit is contained in:
Ludwig Valda Vasquez 2014-09-17 07:44:42 +04:00
parent 97ae4a6b65
commit e5a7bcd6df
1 changed files with 1 additions and 1 deletions

View File

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