go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.53k stars 1.31k forks source link

Kosovo doesn't define as a country code #1068

Open shakedoron opened 1 year ago

shakedoron commented 1 year ago

Hi, I used the validator in my code for validating the country code (iso3166_1_alpha2). The validation failed when I tried to enter Kosovo (XK) as an input. I saw that you don't support this country. Can you add this country to your code?

Thanks!

rebel-l commented 1 year ago

I think this issue can be closed as the PR is merged to master