Skip to content

Commit

Permalink
Merge pull request #1137 from ddevault/master
Browse files Browse the repository at this point in the history
Replace ~ with א in package names
  • Loading branch information
vektah authored Apr 24, 2020
2 parents e4c699d + 9b823a3 commit 90ee8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ var pkgReplacer = strings.NewReplacer(
"/", "ᚋ",
".", "ᚗ",
"-", "ᚑ",
"~", "א",
)

func TypeIdentifier(t types.Type) string {
Expand Down

0 comments on commit 90ee8de

Please sign in to comment.