Skip to content

Commit

Permalink
style: modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jin-gou committed Jan 11, 2023
1 parent d62df4b commit db40919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hz/generator/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type TemplateGenerator struct {
OutputDir string
Config *TemplateConfig
Excludes []string
tpls map[string]*template.Template // "template name" -> "Template", it used to get the "parsed template" directly
tpls map[string]*template.Template // "template name" -> "Template", it is used get the "parsed template" directly
tplsInfo map[string]*Template // "template name" -> "template info", it is used to get the original "template information"
dirs map[string]bool
isPackageTpl bool
Expand Down

0 comments on commit db40919

Please sign in to comment.