From d68dacf8141a8a794c121bb6535b9f4d94344d6e Mon Sep 17 00:00:00 2001 From: jano3 Date: Wed, 14 Aug 2024 07:34:01 +0200 Subject: [PATCH] Update Zambia codes list --- iso3166.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso3166.go b/iso3166.go index 4c839fc..c2907f2 100644 --- a/iso3166.go +++ b/iso3166.go @@ -1886,7 +1886,7 @@ func populateISO3166() { i.Alpha3 = "ZMB" i.CountryCode = "260" i.CountryName = "Zambia" - i.MobileBeginWith = []string{"9"} + i.MobileBeginWith = []string{"7", "9"} i.PhoneNumberLengths = []int{9} iso3166Datas = append(iso3166Datas, i)