diff --git a/config.go b/config.go index 450f984d..d686ae12 100644 --- a/config.go +++ b/config.go @@ -69,7 +69,7 @@ func init() { StaticDir = make(map[string]string) StaticDir["/static"] = "static" - TemplateCache = makCZe(map[string]*template.Template) + TemplateCache = make(map[string]*template.Template) // set this to 0.0.0.0 to make this app available to externally HttpAddr = "127.0.0.1"