mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-19 07:38:57 +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.
|
// HTMLProduction contains template reference and its delims.
|
||||||
type HTMLProduction struct {
|
type HTMLProduction struct {
|
||||||
Template *template.Template
|
Template *template.Template
|
||||||
Delims Delims
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// HTMLDebug contains template delims and pattern and function with file list.
|
// HTMLDebug contains template delims and pattern and function with file list.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user