Skip to content

Commit

Permalink
Replace ~ with א in package names
Browse files Browse the repository at this point in the history
Fixes #1136
  • Loading branch information
ddevault committed Apr 7, 2020
1 parent a1a0261 commit 9b823a3
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 9b823a3

Please sign in to comment.