Skip to content

Commit

Permalink
Merge pull request #43 from Fooba24/main
Browse files Browse the repository at this point in the history
Update Botswana codes list
  • Loading branch information
dongri authored Aug 22, 2024
2 parents c09b3a3 + d0b8360 commit 9b3ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso3166.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func populateISO3166() {
i.Alpha3 = "BWA"
i.CountryCode = "267"
i.CountryName = "Botswana"
i.MobileBeginWith = []string{"71", "72", "73", "74", "75", "76"}
i.MobileBeginWith = []string{"71", "72", "73", "74", "75", "76", "77", "78", "81", "82", "83", "84", "85"}
i.PhoneNumberLengths = []int{8}
iso3166Datas = append(iso3166Datas, i)

Expand Down

0 comments on commit 9b3ba8f

Please sign in to comment.