mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
:)
This commit is contained in:
@@ -39,7 +39,7 @@ func Ace(fs interface{}, extension string) *AceEngine {
|
||||
s := &AceEngine{HTMLEngine: HTML(fs, extension), indent: ""}
|
||||
s.name = "Ace"
|
||||
|
||||
funcs := make(map[string]interface{}, 0)
|
||||
funcs := make(map[string]interface{})
|
||||
|
||||
once := new(sync.Once)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user