Skip to content

Commit 8d83bc2

Browse files
authored
Merge pull request #44 from Fooba24/main
Updated Namibia and Zimbabwe mobile numbers
2 parents 9b3ba8f + b7abc93 commit 8d83bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iso3166.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ func populateISO3166() {
12301230
i.Alpha3 = "NAM"
12311231
i.CountryCode = "264"
12321232
i.CountryName = "Namibia"
1233-
i.MobileBeginWith = []string{"60", "81", "82", "85"}
1233+
i.MobileBeginWith = []string{"60", "81", "82", "83", "84", "85"}
12341234
i.PhoneNumberLengths = []int{9}
12351235
iso3166Datas = append(iso3166Datas, i)
12361236

@@ -1894,7 +1894,7 @@ func populateISO3166() {
18941894
i.Alpha3 = "ZWE"
18951895
i.CountryCode = "263"
18961896
i.CountryName = "Zimbabwe"
1897-
i.MobileBeginWith = []string{"71", "73", "77"}
1897+
i.MobileBeginWith = []string{"71", "73", "77", "78"}
18981898
i.PhoneNumberLengths = []int{9}
18991899
iso3166Datas = append(iso3166Datas, i)
19001900
}

0 commit comments

Comments
 (0)