Skip to content

Commit

Permalink
Remove % from address building number (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswdr authored Oct 29, 2024
1 parent 8a60dcc commit 75dde12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion address.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (

citySuffix = []string{"town", "ton", "land", "ville", "berg", "burgh", "borough", "bury", "view", "port", "mouth", "stad", "furt", "chester", "mouth", "fort", "haven", "side", "shire"}

buildingNumber = []string{"%####", "%###", "%##"}
buildingNumber = []string{"####", "###", "##"}

streetSuffix = []string{
"Alley", "Avenue",
Expand Down

0 comments on commit 75dde12

Please sign in to comment.