From fa8e2d4c239dbc408efccf17379a579d9427be21 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 7 May 2017 02:44:15 +0200 Subject: [PATCH] Update templateFunctions.go --- router/templateFunctions.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/router/templateFunctions.go b/router/templateFunctions.go index bd472295..67536f61 100644 --- a/router/templateFunctions.go +++ b/router/templateFunctions.go @@ -7,9 +7,7 @@ import ( "net/url" "strconv" "github.com/nicksnyder/go-i18n/i18n" - - "github.com/ewhal/nyaa/templates" -) + ) var FuncMap = template.FuncMap{ "min": math.Min,