From 1ebf5b7d43029b5b990c3499eee44fbee69d243f Mon Sep 17 00:00:00 2001 From: Eoin McAfee Date: Tue, 1 Jun 2021 14:17:32 +0100 Subject: [PATCH] revert change to page.go --- handler/web/pages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/web/pages.go b/handler/web/pages.go index c91c337f..4bf347e4 100644 --- a/handler/web/pages.go +++ b/handler/web/pages.go @@ -87,7 +87,7 @@ func setupCache(h http.Handler) http.Handler { // string(dist.MustLookup("/index.html")), // ) -// // default func map with json parsers. +// // default func map with json parser. // var funcMap = template.FuncMap{ // "json": func(v interface{}) template.JS { // a, _ := json.Marshal(v)