1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

more tiny improvements

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-13 14:28:05 +03:00
parent 65b7983d7a
commit 7431fcc9cf
10 changed files with 127 additions and 93 deletions

View File

@@ -23,7 +23,7 @@ import (
// See `Glob` and `Assets` package-level functions.
type (
LoaderConfig struct {
// Template delimeters, defaults to {{ }}.
// Template delimiters, defaults to {{ }}.
Left, Right string
// Template functions map per locale, defaults to nil.
Funcs func(context.Locale) template.FuncMap