Skip to content

Commit 35ed9c5

Browse files
PatrickViennepafo
and
pafo
authored
add '.' dot to symbol mapping (#22)
Co-authored-by: pafo <patrick.fodor@e-star.com>
1 parent bf9776c commit 35ed9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/renderer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ var symbolMap = []string{
466466
"+", "Plus",
467467
"?", "Question",
468468
"$", "Dollar",
469+
".", "Dot",
469470
}
470471

471472
func cleanName(name string) string {

0 commit comments

Comments
 (0)