Skip to content

Commit 58d420d

Browse files
Fonseca2570Fonseca
andauthored
add kosovo (#1081)
Co-authored-by: Fonseca <[email protected]>
1 parent c6f8637 commit 58d420d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

country_codes.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var iso3166_1_alpha2 = map[string]bool{
5151
"TV": true, "UG": true, "UA": true, "AE": true, "GB": true,
5252
"US": true, "UM": true, "UY": true, "UZ": true, "VU": true,
5353
"VE": true, "VN": true, "VG": true, "VI": true, "WF": true,
54-
"EH": true, "YE": true, "ZM": true, "ZW": true,
54+
"EH": true, "YE": true, "ZM": true, "ZW": true, "XK": true,
5555
}
5656

5757
var iso3166_1_alpha3 = map[string]bool{
@@ -105,7 +105,7 @@ var iso3166_1_alpha3 = map[string]bool{
105105
"UGA": true, "UKR": true, "ARE": true, "GBR": true, "UMI": true,
106106
"USA": true, "URY": true, "UZB": true, "VUT": true, "VEN": true,
107107
"VNM": true, "VGB": true, "VIR": true, "WLF": true, "ESH": true,
108-
"YEM": true, "ZMB": true, "ZWE": true, "ALA": true,
108+
"YEM": true, "ZMB": true, "ZWE": true, "ALA": true, "UNK": true,
109109
}
110110
var iso3166_1_alpha_numeric = map[int]bool{
111111
// see: https://www.iso.org/iso-3166-country-codes.html
@@ -158,7 +158,7 @@ var iso3166_1_alpha_numeric = map[int]bool{
158158
800: true, 804: true, 784: true, 826: true, 581: true,
159159
840: true, 858: true, 860: true, 548: true, 862: true,
160160
704: true, 92: true, 850: true, 876: true, 732: true,
161-
887: true, 894: true, 716: true, 248: true,
161+
887: true, 894: true, 716: true, 248: true, 153:true,
162162
}
163163

164164
var iso3166_2 = map[string]bool{

0 commit comments

Comments
 (0)