From 75dde12631740945e650b9a5b2b2cffe4554a2d4 Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Tue, 29 Oct 2024 11:52:30 +0000 Subject: [PATCH] Remove % from address building number (#181) --- address.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/address.go b/address.go index f828fe5..8a56d4e 100644 --- a/address.go +++ b/address.go @@ -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",