mirror of
https://github.com/kataras/iris.git
synced 2025-12-27 14:57:05 +00:00
Update DONATIONS.md summary
This commit is contained in:
@@ -62,9 +62,6 @@ func getCharsetOption(defaultValue string, options map[string]interface{}) strin
|
||||
}
|
||||
|
||||
func (t *templateEngines) usePreRender(pre PreRender) {
|
||||
if t.prerenders == nil {
|
||||
t.prerenders = make([]PreRender, 0)
|
||||
}
|
||||
t.prerenders = append(t.prerenders, pre)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user