Skip to content

Commit

Permalink
fix: corrupted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yukatayu committed Aug 23, 2020
1 parent 9d4fa8c commit 5cb0796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (g *generator) generateMisc(writer io.Writer) {
}
}

// generates
// define functions in template files
func (g *generator) setFuncMap() template.FuncMap {
return template.FuncMap{
"Parse": func(fieldType string) string {
Expand Down

0 comments on commit 5cb0796

Please sign in to comment.