3
0

Rename options tpl for consistency

This commit is contained in:
Denis Arh
2020-11-27 11:14:49 +01:00
parent 82ce571214
commit 65d43e7ed5
2 changed files with 1 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ func (o optionsDef) Package() string {
func genOptions(tpl *template.Template, dd ...*optionsDef) (err error) {
var (
tplOptionsGen = tpl.Lookup("options.go.tpl")
tplOptionsGen = tpl.Lookup("options.gen.go.tpl")
dst string
)