Versions in this module Expand all Collapse all v1 v1.0.0 Aug 20, 2026 Changes in this version + func IsEEA(code string) bool + func IsEU(code string) bool + func Valid(code string) bool + type Country struct + Alpha2 string + Alpha3 string + EEA bool + EU bool + Name string + Numeric string + Region Region + SubRegion string + func All() []Country + func EEAMembers() []Country + func EUMembers() []Country + func Get(code string) (Country, bool) + func InRegion(r Region) []Country + func InSubRegion(sub string) []Country + func (c Country) CommonName() string + func (c Country) String() string + type Region string + const RegionAfrica + const RegionAmericas + const RegionAsia + const RegionEurope + const RegionOceania