Skip to content

Commit

Permalink
templates: remove unused field in Templates struct
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Sep 25, 2019
1 parent cb7a867 commit a92b846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func WithLogFunc(logf func(format string, a ...interface{})) Option {
type Templates struct {
templates map[string]*template.Template
parseFiles func(name string) (*template.Template, error)
defaultName string
contentType string
logf func(format string, a ...interface{})
}
Expand Down

0 comments on commit a92b846

Please sign in to comment.