Skip to content

Commit a92b846

Browse files
committed
templates: remove unused field in Templates struct
1 parent cb7a867 commit a92b846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/templates.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ func WithLogFunc(logf func(format string, a ...interface{})) Option {
153153
type Templates struct {
154154
templates map[string]*template.Template
155155
parseFiles func(name string) (*template.Template, error)
156-
defaultName string
157156
contentType string
158157
logf func(format string, a ...interface{})
159158
}

0 commit comments

Comments
 (0)