From 483cc3136920a70ae1707ec5337d574b288853c3 Mon Sep 17 00:00:00 2001 From: slene Date: Wed, 19 Mar 2014 22:11:28 +0800 Subject: Revert "fork render" This reverts commit 56af7e99a819758c6bedc6d745a9f810f3fc050d. --- modules/base/template.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/base/template.go') diff --git a/modules/base/template.go b/modules/base/template.go index 23d3d277..db79340e 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -6,9 +6,7 @@ package base import ( "container/list" - "fmt" "html/template" - "time" ) func Str2html(raw string) template.HTML { @@ -42,9 +40,6 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{ "AppDomain": func() string { return Domain }, - "LoadTimes": func(startTime time.Time) string { - return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms" - }, "AvatarLink": AvatarLink, "str2html": Str2html, "TimeSince": TimeSince, -- cgit v1.2.3