mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 23:12:17 +08:00
Remove unused Delims
field in HTMLProduction
struct
This commit is contained in:
parent
8f7bee33ba
commit
4b4054af49
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user