From 4b4054af49052c0b89fd9d3d73430d70d265d71b Mon Sep 17 00:00:00 2001 From: Ganlv Date: Wed, 24 Apr 2019 19:44:19 +0800 Subject: [PATCH] Remove unused `Delims` field in `HTMLProduction` struct --- render/html.go | 1 - 1 file changed, 1 deletion(-) diff --git a/render/html.go b/render/html.go index db1a8c52..476c57ea 100644 --- a/render/html.go +++ b/render/html.go @@ -30,7 +30,6 @@ type HTMLRender interface { // HTMLProduction contains template reference and its delims. type HTMLProduction struct { Template *template.Template - Delims Delims } // HTMLDebug contains template delims and pattern and function with file list.