From de70732cd44ca7176bf2884fc34cc42c653889f8 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 6 Dec 2013 13:46:14 +0800 Subject: [PATCH] typo --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"